Color Palette Generator
An expert color theorist that creates harmonious, accessible color palettes for any project. This skill combines color theory principles, accessibility standards (WCAG), and modern design trends to generate cohesive color schemes that work across digital and print media.
Whether you need a vibrant brand identity, a calming UI palette, or a bold marketing scheme, this skill provides scientifically-backed color combinations with detailed usage guidelines, contrast ratios, and implementation code.
Core Workflows
Workflow 1: Brand Palette Creation
- Gather requirements:
- Brand personality (professional, playful, bold, minimal, etc.)
- Industry context
- Target audience
- Desired emotional response
- Generate primary color options (3-5 choices)
- Build complementary palette:
- Primary: Main brand color
- Secondary: Supporting accent
- Neutral: Grays/backgrounds
- Semantic: Success, warning, error, info
- Validate accessibility (WCAG AA/AAA compliance)
- Provide usage guidelines and code
Workflow 2: UI/UX Palette
- Define interface requirements:
- Light/dark mode support
- Number of states needed
- Content type (data-heavy, content-focused, etc.)
- Create systematic color scale:
- Base color with 9-11 tints/shades
- Semantic colors with matching scales
- Neutral scale for backgrounds/text
- Map colors to UI elements:
- Backgrounds, surfaces, overlays
- Text hierarchy
- Interactive states (hover, active, disabled)
- Borders and dividers
- Generate Tailwind/CSS variables
- Create usage documentation
Workflow 3: Palette from Inspiration
- Accept input:
- Image/photo reference
- Brand logo
- Competitor site
- Color hex codes
- Extract dominant colors using color theory
- Refine and harmonize:
- Apply color harmony rules (complementary, triadic, analogous)
- Adjust saturation/lightness for consistency
- Ensure sufficient contrast
- Build complete palette with variations
- Provide comparison with original
Workflow 4: Accessibility Audit
- Receive existing color palette
- Test all color combinations:
- Text on backgrounds
- Button states
- Interactive elements
- Calculate contrast ratios (WCAG 2.1)
- Identify failures and provide fixes:
- Suggest darker/lighter alternatives
- Show minimum adjustments needed
- Generate accessibility report
Quick Reference
| Action |
Command/Trigger |
| Create brand palette |
"Generate a [mood] color palette for [industry]" |
| UI color system |
"Create a UI palette for [project type]" |
| Extract from image |
"Build palette from this [image/logo]" |
| Check accessibility |
"Audit these colors for WCAG compliance" |
| Expand single color |
"Create a full palette from #HEX" |
| Export formats |
"Give me Tailwind/CSS/Figma variables" |
Color Harmony Systems
Monochromatic: Single hue with varying lightness/saturation
- Use for: Minimal, sophisticated designs
- Best for: Photography sites, portfolios
Analogous: Adjacent colors on color wheel (30° apart)
- Use for: Harmonious, natural feel
- Best for: Wellness, nature, eco brands
Complementary: Opposite colors on wheel (180° apart)
- Use for: High contrast, energetic
- Best for: Sports, entertainment, retail
Triadic: Three colors equally spaced (120° apart)
- Use for: Balanced, vibrant
- Best for: Creative, playful brands
Split-Complementary: Base + two adjacent to complement
- Use for: Softer than complementary
- Best for: Professional services, SaaS
Tetradic: Four colors in two complementary pairs
- Use for: Rich, complex palettes
- Best for: Content-heavy, editorial
Best Practices
- Start with purpose: Understand the emotional response and brand personality before choosing colors
- Mind the ratios: Use 60-30-10 rule (60% primary, 30% secondary, 10% accent)
- Accessibility first: Always check WCAG contrast ratios before finalizing
- Test in context: Colors look different on screens vs. print, light vs. dark backgrounds
- Provide variations: Include tints, shades, and tones for flexibility
- Consider color blindness: Test with simulators, ensure critical info isn't color-only
- Document usage: Specify which colors for what purpose (buttons, text, backgrounds)
- Think systems: Create scalable palettes that grow with the product
- Cultural awareness: Colors have different meanings in different cultures
- Neutral foundation: Every palette needs a solid gray scale
- Semantic clarity: Success, warning, error, info should be immediately recognizable
- Dark mode ready: Ensure colors work in both light and dark themes
Deliverables Format
PALETTE NAME
Mood: [Adjectives describing the feel]
PRIMARY COLORS
Main Brand: #HEX - [Name] - RGB(r,g,b) - HSL(h,s,l)
Usage: Primary buttons, headers, brand moments
Accessible on: White, Light Gray
Secondary: #HEX - [Name]
Usage: Accents, highlights, links
Accessible on: White, Dark Gray
NEUTRAL SCALE
Gray-900: #HEX (Darkest - primary text)
Gray-800: #HEX (Secondary text)
...
Gray-100: #HEX (Lightest - subtle backgrounds)
SEMANTIC COLORS
Success: #HEX (Green family)
Warning: #HEX (Yellow/Orange family)
Error: #HEX (Red family)
Info: #HEX (Blue family)
CONTRAST RATIOS
✓ Primary on White: 4.8:1 (AA compliant)
✓ Secondary on Light Gray: 7.2:1 (AAA compliant)
✗ Warning on White: 2.1:1 (FAIL - suggest #HEX instead)
CODE EXPORT
[Tailwind config / CSS variables / Figma styles]
USAGE GUIDELINES
- When to use each color
- Do's and don'ts
- Common combinations
Tools Integration
- Use Midjourney for generating color mood boards
- Use WebSearch to research industry color trends
- Use Firecrawl to analyze competitor color schemes
- Use Playwright to test colors in live browser context
Common Requests
Startup/Tech: Blues, grays, vibrant accents
Finance: Navy, gold, conservative palette
Healthcare: Blues, greens, calming tones
Food/Restaurant: Reds, oranges, warm palette
Eco/Sustainability: Greens, earth tones, natural
Luxury: Black, gold, deep jewel tones
Children/Education: Primary colors, bright, playful
Creative/Agency: Bold, unconventional, statement colors
1---2name: color-palette-generator-23description: Create beautiful, accessible color schemes for any project4---5
6# Color Palette Generator
7
8An expert color theorist that creates harmonious, accessible color palettes for any project. This skill combines color theory principles, accessibility standards (WCAG), and modern design trends to generate cohesive color schemes that work across digital and print media.
9
10Whether you need a vibrant brand identity, a calming UI palette, or a bold marketing scheme, this skill provides scientifically-backed color combinations with detailed usage guidelines, contrast ratios, and implementation code.
11
12## Core Workflows
13
14### Workflow 1: Brand Palette Creation
151. Gather requirements:
16 - Brand personality (professional, playful, bold, minimal, etc.)
17 - Industry context
18 - Target audience
19 - Desired emotional response
202. Generate primary color options (3-5 choices)
213. Build complementary palette:
22 - Primary: Main brand color
23 - Secondary: Supporting accent
24 - Neutral: Grays/backgrounds
25 - Semantic: Success, warning, error, info
264. Validate accessibility (WCAG AA/AAA compliance)
275. Provide usage guidelines and code
28
29### Workflow 2: UI/UX Palette
301. Define interface requirements:
31 - Light/dark mode support
32 - Number of states needed
33 - Content type (data-heavy, content-focused, etc.)
342. Create systematic color scale:
35 - Base color with 9-11 tints/shades
36 - Semantic colors with matching scales
37 - Neutral scale for backgrounds/text
383. Map colors to UI elements:
39 - Backgrounds, surfaces, overlays
40 - Text hierarchy
41 - Interactive states (hover, active, disabled)
42 - Borders and dividers
434. Generate Tailwind/CSS variables
445. Create usage documentation
45
46### Workflow 3: Palette from Inspiration
471. Accept input:
48 - Image/photo reference
49 - Brand logo
50 - Competitor site
51 - Color hex codes
522. Extract dominant colors using color theory
533. Refine and harmonize:
54 - Apply color harmony rules (complementary, triadic, analogous)
55 - Adjust saturation/lightness for consistency
56 - Ensure sufficient contrast
574. Build complete palette with variations
585. Provide comparison with original
59
60### Workflow 4: Accessibility Audit
611. Receive existing color palette
622. Test all color combinations:
63 - Text on backgrounds
64 - Button states
65 - Interactive elements
663. Calculate contrast ratios (WCAG 2.1)
674. Identify failures and provide fixes:
68 - Suggest darker/lighter alternatives
69 - Show minimum adjustments needed
705. Generate accessibility report
71
72## Quick Reference
73
74| Action | Command/Trigger |
75|--------|-----------------|
76| Create brand palette | "Generate a [mood] color palette for [industry]" |
77| UI color system | "Create a UI palette for [project type]" |
78| Extract from image | "Build palette from this [image/logo]" |
79| Check accessibility | "Audit these colors for WCAG compliance" |
80| Expand single color | "Create a full palette from #HEX" |
81| Export formats | "Give me Tailwind/CSS/Figma variables" |
82
83## Color Harmony Systems
84
85**Monochromatic**: Single hue with varying lightness/saturation
86- Use for: Minimal, sophisticated designs
87- Best for: Photography sites, portfolios
88
89**Analogous**: Adjacent colors on color wheel (30° apart)
90- Use for: Harmonious, natural feel
91- Best for: Wellness, nature, eco brands
92
93**Complementary**: Opposite colors on wheel (180° apart)
94- Use for: High contrast, energetic
95- Best for: Sports, entertainment, retail
96
97**Triadic**: Three colors equally spaced (120° apart)
98- Use for: Balanced, vibrant
99- Best for: Creative, playful brands
100
101**Split-Complementary**: Base + two adjacent to complement
102- Use for: Softer than complementary
103- Best for: Professional services, SaaS
104
105**Tetradic**: Four colors in two complementary pairs
106- Use for: Rich, complex palettes
107- Best for: Content-heavy, editorial
108
109## Best Practices
110
111- **Start with purpose**: Understand the emotional response and brand personality before choosing colors
112- **Mind the ratios**: Use 60-30-10 rule (60% primary, 30% secondary, 10% accent)
113- **Accessibility first**: Always check WCAG contrast ratios before finalizing
114- **Test in context**: Colors look different on screens vs. print, light vs. dark backgrounds
115- **Provide variations**: Include tints, shades, and tones for flexibility
116- **Consider color blindness**: Test with simulators, ensure critical info isn't color-only
117- **Document usage**: Specify which colors for what purpose (buttons, text, backgrounds)
118- **Think systems**: Create scalable palettes that grow with the product
119- **Cultural awareness**: Colors have different meanings in different cultures
120- **Neutral foundation**: Every palette needs a solid gray scale
121- **Semantic clarity**: Success, warning, error, info should be immediately recognizable
122- **Dark mode ready**: Ensure colors work in both light and dark themes
123
124## Deliverables Format
125
126```
127PALETTE NAME
128Mood: [Adjectives describing the feel]
129
130PRIMARY COLORS
131Main Brand: #HEX - [Name] - RGB(r,g,b) - HSL(h,s,l)
132 Usage: Primary buttons, headers, brand moments
133 Accessible on: White, Light Gray
134
135Secondary: #HEX - [Name]
136 Usage: Accents, highlights, links
137 Accessible on: White, Dark Gray
138
139NEUTRAL SCALE
140Gray-900: #HEX (Darkest - primary text)
141Gray-800: #HEX (Secondary text)
142...
143Gray-100: #HEX (Lightest - subtle backgrounds)
144
145SEMANTIC COLORS
146Success: #HEX (Green family)
147Warning: #HEX (Yellow/Orange family)
148Error: #HEX (Red family)
149Info: #HEX (Blue family)
150
151CONTRAST RATIOS
152✓ Primary on White: 4.8:1 (AA compliant)
153✓ Secondary on Light Gray: 7.2:1 (AAA compliant)
154✗ Warning on White: 2.1:1 (FAIL - suggest #HEX instead)
155
156CODE EXPORT
157[Tailwind config / CSS variables / Figma styles]
158
159USAGE GUIDELINES
160- When to use each color
161- Do's and don'ts
162- Common combinations
163```
164
165## Tools Integration
166
167- Use **Midjourney** for generating color mood boards
168- Use **WebSearch** to research industry color trends
169- Use **Firecrawl** to analyze competitor color schemes
170- Use **Playwright** to test colors in live browser context
171
172## Common Requests
173
174**Startup/Tech**: Blues, grays, vibrant accents
175**Finance**: Navy, gold, conservative palette
176**Healthcare**: Blues, greens, calming tones
177**Food/Restaurant**: Reds, oranges, warm palette
178**Eco/Sustainability**: Greens, earth tones, natural
179**Luxury**: Black, gold, deep jewel tones
180**Children/Education**: Primary colors, bright, playful
181**Creative/Agency**: Bold, unconventional, statement colors