color-palette-generator

Solid

Generate accessible color palettes with WCAG compliance

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Color Palette Generator Skill ## Purpose Generate accessible color palettes that comply with WCAG contrast requirements, create color scales, and export to design token formats. ## Capabilities - Create color scales from base colors - Generate complementary, analogous, and triadic color schemes - Ensure WCAG 2.1 AA/AAA contrast compliance - Export palettes to design token formats (CSS, SCSS, JSON) - Generate dark mode color variants - Calculate color contrast ratios - Suggest accessible color alternatives ## Target Processes - design-system.js - component-library.js (colorSystemDesignTask) - accessibility-audit.js ## Integration Points - chroma.js for color manipulation - color-contrast-checker for WCAG validation - Style Dictionary for token export ## Input Schema ```json { "type": "object", "properties": { "baseColors": { "type": "array", "items": { "type": "string" }, "description": "Base colors in hex format" }, "schemeType": { "type": "string", "enum": ["complementary", "analogous", "triadic", "split-complementary", "monochromatic"] }, "contrastLevel": { "type": "string", "enum": ["AA", "AAA"], "default": "AA" }, "includeDarkMode": { "type": "boolean", "default": true }, "outputFormat": { "type": "string", "enum": ["css", "scss", "json", "tokens"], "default": "tokens" } }, "required": ["baseColors"] } ``` ## Output Schema ```json { ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

contrast-checker

Check color contrast ratios for WCAG compliance

1,160 Updated today
a5c-ai
Web & Frontend Solid

color-palette

Generate complete, accessible colour palettes from a single brand hex. Produces 11-shade scale (50-950), semantic tokens, dark mode variants, and Tailwind v4 CSS output. Includes WCAG contrast checking. Use when setting up design systems, creating Tailwind themes, building brand colours from a hex value, or checking colour accessibility.

813 Updated 2 weeks ago
jezweb
Web & Frontend Solid

color-palette-generator

Color palette generator — creates harmonious color palettes from descriptions, moods, or images. Outputs a self-contained HTML file with swatches, hex/RGB/HSL codes, contrast ratios, and example pairings.

165 Updated 3 weeks ago
AlpacaLabsLLC
Web & Frontend Listed

color-accessibility-audit

Analyze color combinations for readability and accessibility compliance per WCAG 2.1/2.2 standards (Contrast Minimums 1.4.3 and Enhanced Contrast 1.4.6). Use this skill whenever the user shares a design, color palette, CSS, HTML, Tailwind config, theme file, screenshot of a UI, or mentions anything about text being hard to read, colors clashing, poor contrast, accessibility compliance (WCAG), or asks "can you check if these colors work together?" Also trigger when reviewing any frontend code, design tokens, or style sheets — even if the user doesn't explicitly ask about contrast. If colors are involved, check them. Covers: hex codes, RGB, HSL, named CSS colors, Tailwind classes, design tool exports, and UI screenshots. Includes color blindness simulation for Protanopia, Deuteranopia, and Tritanopia.

24 Updated 2 days ago
georgekhananaev
AI & Automation Listed

color-palette

Generate brand colour palettes with primary, secondary, semantic, and neutral colours — including HEX/RGB/HSL/OKLCH values and WCAG-validated contrast pairs

3 Updated today
anthril