Build Color Systems Fast
Pick a color → Get 10 perfect shades automatically.
Start Fresh or Load Preset
When you activate Colors, you start with a clean slate – no default colors.

Quick Start: Load Preset
Click “Load Preset” → Get 3 colors instantly:
- Neutral (gray with 10 shades)
- Primary (brand color with 10 shades)
- Secondary (accent color with 10 shades)
Result: 33 color utilities instantly.

Three Ways to Add Colors
1. Add Color Manually
- Click “Add Color”
- Name:
brand - Pick color:
#3b82f6 - Shades enabled by default (10 automatic shades)
- Save
Result: brand-50 through brand-950 ready to use.
2. Import from Page Builders
Already designed in Bricks/Oxygen/Elementor? Import those colors:
- Click “Builder Integrations”
- Select builder (Bricks/Oxygen/Elementor/FSE)
- Click “Fetch Colors”
- Click “Import”
Result: All builder colors now available as Tailwind classes with autocomplete.
Benefit: One unified color system across all builders.
3. Add Utility Colors

Click “Add Utility Colors” → Instantly adds:
black,white,transparent,inherit,current
Customize Shades

Click the shade icon next to any color to customize:
Options
- Number of Shades (1-20)
- Default: 10
- Change to 5 for minimal, 15 for granular
- Lightest/Darkest Points
- Control shade range
- Adjust for more/less contrast
- Enable/Disable Individual Shades
- Only generate shades you use
- Prevents bloat – cleaner autocomplete
- Custom Shade Names
- Override
100, 200, 300withlight, medium, dark - Each shade can have unique name
- Override
- Manual Overrides
- Click any shade → Pick exact color
- Match brand guidelines precisely
Example: Only need 500, 600, 700? Disable the other 7 shades.
Disable Shades Completely
Need one solid color without shades?
- Toggle “Enable Shades” → OFF
- Save
Result: Just bg-accent (no -50, -100, etc.).
Extend vs. Replace Default Colors
Extend Mode (Default)
Your colors added to Tailwind defaults.
Available: bg-red-500 (Tailwind) + bg-brand-500 (yours)
Replace Mode
Toggle “Extend Colors” → OFF (Settings tab)
Result: Only your custom colors exist. Tailwind defaults removed.
Why use this?
- ✅ Cleaner autocomplete (10 colors vs. 200+)
- ✅ Enforce design system
- ✅ Smaller CSS output
@theme {
--color-*: initial; /* Remove defaults */
--color-brand-500: #3b82f6; /* Only yours */
}
Export & Share
Export
Backups tab → Export → Download JSON
Use for: Team sharing, multi-site deployment, version control
Import
Backups tab → Import → Select JSON
Autocomplete
All colors automatically available in builder autocomplete:
Enable in Settings:
- Gutenberg/FSE
- Bricks
- Oxygen
- Elementor
Type bg-pr → See bg-primary-50, bg-primary-100, etc.
Advanced
OKLCH Color Support
Any CSS color format works:
- Hex:
#3b82f6 - RGB:
rgb(59, 130, 246) - HSL:
hsl(217, 91%, 60%) - OKLCH:
oklch(67% 0.15 240)