Available Static Brands
Stride (Default)
The default Stride Design System brand with professional blue colors.- Primary Colors: Blue (#0ea5e9)
- Neutral Colors: Slate
- Typography: Outfit (primary), Inter (secondary)
- Button Radius: Full (pill-shaped)
- Use Cases: Professional SaaS, dashboards, business applications
CSS Variables (excerpt):
Coral
Warm, energetic brand with orange-red colors and sharp edges.- Primary Colors: Orange (#f97316)
- Neutral Colors: Warm-tinted grays
- Typography: Poppins (primary), Open Sans (secondary)
- Button Radius: 0 (sharp corners)
- Use Cases: Creative agencies, design-forward products
Unique Features:
Forest
Natural, sustainable brand with green colors and generous spacing.- Primary Colors: Green (#22c55e)
- Neutral Colors: Cool-tinted grays
- Typography: Roboto (primary), Source Sans Pro (secondary)
- Spacing Scale: 1.2× (20% more spacious)
- Use Cases: Environmental, health, wellness apps
Unique Features:
Runswap
Bold, vibrant brand with pink/magenta colors.- Primary Colors: Pink/Magenta (#F60CBF)
- Neutral Colors: Cool grays
- Typography: Outfit (primary), Nunito (secondary)
- Spacing Scale: 1.2× (generous like Forest)
- Use Cases: Modern consumer apps, fitness, social platforms
Unique Features:
Acme
Modern tech aesthetic with indigo/purple colors.- Primary Colors: Indigo (#6366f1)
- Neutral Colors: Cool blue-tinted grays
- Typography: Inter (primary), JetBrains Mono (secondary)
- Button Radius: Large (modern rounded)
- Use Cases: Tech startups, developer tools, B2B SaaS
Unique Features:
Applying Static Brands
Basic Usage
- Removes all existing brand classes
- Adds
.brand-forestto<html> - Saves choice to localStorage
- Applies transition animations (if enabled)
Get Current Brand
List All Brands
Dark Mode Support
All static brands have automatic dark mode variants:Brand Comparison Table
| Brand | Primary Color | Typography | Button Radius | Spacing | Best For |
|---|---|---|---|---|---|
| Stride | Blue | Outfit/Inter | Full | 1.0× | Business/SaaS |
| Coral | Orange | Poppins | None (0) | 1.0× | Creative/Design |
| Forest | Green | Roboto | Small | 1.2× | Health/Environment |
| Runswap | Pink | Outfit/Nunito | Default | 1.2× | Consumer/Social |
| Acme | Indigo | Inter/Mono | Large | 1.0× | Tech/Developer Tools |
Customizing Static Brands
While static brands are pre-defined, you can override specific tokens:TypeScript Definitions
Next Steps
- Dynamic Brands - Create custom white-label brands
- Design Tokens - Complete token reference
- Overview - Brand system architecture