color palettes skill
Generate professional website color palettes from a prompt. The skill is prompt-first: describe a mood, theme, or base color and it derives anchor hues, picks a harmony scheme, builds neutral ramps, and assigns role tokens for UI use. By default it returns three options and renders a console preview; contrast checks only run when requested.
Overview
This tool focuses on web UI palette exploration and delivers structured tokens for primary, secondary, accent, background, surface, text, muted, and border roles.
Workflow
- Provide a prompt describing mood, theme, or a base color.
- Extract 2-3 anchor colors and select a harmony scheme.
- Build a neutral ramp for background, surface, text, muted, and border.
- Assign roles: primary, secondary, accent, and supporting tokens.
- Render a console preview with the bundled script.
Output
Output is kept in memory as JSON tokens, then a console preview renders the palettes with hex values. By default, it does not write files and it returns three palette options.
#1 Tropical Pop - Fresh tropical for the current site; lively and clean.
#2 Cream Studio - Creamy minimal with warm neutrals and a soft accent.
#3 Playful Signal - Playful modern with bold primaries and airy neutrals.
Options and boundaries
Optional
- Contrast checks on request (AA or AAA intent).
- CSS variables or Tailwind output format on request.
Non-goals
- No UI or CSS framework implementation.
- No external API calls.