Color Palette Generator
generate_color_paletteCreate color palettes from descriptions, moods, industries, or hex colors. Get hex/RGB/HSL values, WCAG accessibility scores, and CSS custom properties for design projects.
Instructions
Generate a color palette from a description, mood, industry, or hex seed color. Accepts moods (calm, energetic, luxurious), industries (fintech, healthcare, fashion), nature themes (sunset, ocean, forest), or a specific hex color. Returns hex/RGB/HSL values, WCAG accessibility scores, and CSS custom properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Description of the desired palette (e.g. 'calm fintech blue', 'sunset', '#3B82F6') | |
| count | No | Number of colors (2-10) | |
| format | No | Color format in output | all |
| includeShades | No | Include light/dark shades for each color |