Design & UX Custom Skills · Curated

Color Palette Generator

Generates an accessible, on-brand color palette starting from one brand color or logo.

What it does

Takes a single brand hex value or a logo image, derives a small set of complementary and analogous tones for backgrounds, text, and accents, then checks every likely foreground/background pairing against WCAG contrast before finalizing. Outputs values in the format the active theme actually consumes, so the palette can be dropped in rather than manually re-typed.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/color-palette-generator/ (or ~/.claude/skills/color-palette-generator/ for all projects)

GitHub Copilot (VS Code)

.github/skills/color-palette-generator/

OpenAI Codex

.codex/skills/color-palette-generator/

Cursor

.cursor/skills/color-palette-generator/ (or ~/.cursor/skills/color-palette-generator/ globally)

Compatibility

Best on block themes that store their palette in theme.json. Classic themes require the values to be added as CSS custom properties instead.