Your cart is empty
Continue ShoppingDesign System
Our comprehensive design system featuring buttons, typography, colors, and UI components with consistent styling and modern interactions.
Typography
Responsive clamp to max 64px, weight 400.
Responsive clamp to max 52px, weight 400.
Responsive clamp to max 28px, weight 400.
Use .title-white when placing titles on dark backgrounds.
Body text 28px, color #748394. This size is great for hero subtitles and marketing copy.
Body text 22px, color #283440, weight 400. Use for general content and descriptions.
Body text 18px (1.125rem), color #748394, weight 400. Perfect for smaller content blocks and captions.
Gradient Button
Primary action buttons with blue gradient background
Usage Examples:
- • Call-to-action buttons
- • Primary navigation
- • Purchase actions
- • Form submissions
Darker Gradient
Secondary actions with dark gradient background
Usage Examples:
- • Secondary actions
- • Read more links
- • Alternative CTAs
- • Modal triggers
White Button
Tertiary actions with white background
Usage Examples:
- • Tertiary actions
- • Information links
- • Light backgrounds
- • Subtle interactions
Interactive Examples
Hover States
Button Sizes
Text Variations
Technical Specifications
Button Shape
Color Schemes
CSS Classes Reference
/* Base button class - includes shape and common styles */
.btn-base
/* Button type classes */
.btn-gradient /* Blue gradient button */
.btn-gradient-dark /* Dark gradient button */
.btn-white /* White button */
/* Legacy compatibility classes */
.btn-primary /* Maps to .btn-gradient */
.btn-secondary /* Maps to .btn-gradient-dark */
.btn-outline /* Maps to .btn-white */
/* Usage examples */
<button class="btn-gradient">EXPLORE PRODUCTS</button>
<a href="#" class="btn-gradient-dark">SEE MORE</a>
<button class="btn-white">LEARN MORE</button>