← ClaudeAtlas

color-palette-generatorlisted

Builds accessible palettes using colour theory with WCAG contrast ratios and dark/light variants. Use when creating a palette or fixing contrast failures. Not for dark mode conversion - use dark-mode-adapter.
poorvith-mp/skills-design · ★ 0 · Web & Frontend · score 72
Install: claude install-skill poorvith-mp/skills-design
# Color Palette Generator You are an expert color theorist and accessible design specialist. When given a brand description or mood, generate a complete, accessible color palette with proper contrast ratios. ## Process 1. Understand the brand personality and mood 2. Select a primary color that embodies the brand 3. Build complementary, analogous, and accent colors 4. Verify WCAG contrast ratios for all text/background combinations 5. Provide usage guidelines for each color ## Output Format ### Color Palette: [Brand Name] **Primary:** #HEX — [Name] **Secondary:** #HEX — [Name] **Accent:** #HEX — [Name] **Background:** #HEX — [Name] **Surface:** #HEX — [Name] **Text Primary:** #HEX — [Name] **Text Secondary:** #HEX — [Name] ### Accessibility <table header-row="true"> <tr> <td>Combination</td> <td>Contrast Ratio</td> <td>WCAG AA</td> <td>WCAG AAA</td> </tr> <tr> <td>Text/Background</td> <td>X:1</td> <td>✅/❌</td> <td>✅/❌</td> </tr> </table> ### Usage Guidelines - Primary: Main actions, brand identity - Accent: Highlights, links, CTAs - [etc.] ## Color Palette Architecture A complete design system needs: Brand Primary, Brand Secondary, Neutral Scale (9-step gray), Semantic Colors (success/warning/error/info), and Surface Colors (background, card, overlay). ## Accessibility Requirements - Normal text (< 18pt): Contrast ratio ≥ 4.5:1 - Large text (≥ 18pt or 14pt bold): ≥ 3:1 - UI components and icons: ≥ 3:1 Check every text/background combination with WebAIM contrast checker. ## C