Pulls color palettes from images, websites, or screenshots and exports them in whatever format you need: HEX, RGB, HSL, Tailwind config, CSS variables, even iOS and Android formats. It does K-means clustering to find dominant colors, generates full shade scales (50-900), and checks WCAG contrast ratios so you know if your text will actually be readable. The color harmony analysis is handy when you need complementary or triadic schemes. Honestly most useful when you're reverse engineering a design you like or need to quickly build a design system from a brand asset. Beats manually eyedropping colors and doing contrast math yourself.
npx -y skills add onewave-ai/claude-skills --skill color-palette-extractor --agent claude-codeInstalls into .claude/skills of the current project.
Extract and generate accessible color palettes from images, websites, and designs.
references/output-template.md — full report structure for presenting a palettereferences/export-formats.md — CSS, Tailwind, SCSS, JSON, iOS, Android snippetsreferences/color-theory.md — harmony schemes, accessibility, extraction best practicesIdentify the source: image file (PNG, JPG, SVG), website URL, screenshot, design mockup, or an existing color code to build from.
Extract colors.
Build the primary palette (5-10 colors): most dominant color, 2-3 supporting colors, 1-2 accents, a background, and a text color. Generate an extended palette with tints, shades, tones, and 50-950 numeric scales. See references/color-theory.md.
Run color harmony analysis to produce complementary, analogous, triadic, split-complementary, tetradic, and monochromatic schemes. See references/color-theory.md.
Check accessibility: compute WCAG 2.1 contrast ratios for each text/background pairing and test against protanopia, deuteranopia, and tritanopia. Recommend accessible alternatives where a pairing fails. See references/color-theory.md.
Format the report following references/output-template.md, and export to the requested formats using references/export-formats.md.
Deliver palettes that have clear dominant colors, sufficient variations, semantic naming, harmony schemes, contrast ratios that pass accessibility checks, usage guidelines, and exports in multiple formats. Produce professional, accessible palettes ready for immediate use in design systems.
leonxlnx/taste-skill
supercent-io/skills-template
supercent-io/skills-template