Palette Generator
ColorGenerate harmonious color palettes
Starting from one base color, this generates a harmonious palette using standard color-wheel schemes (complementary, analogous, triadic, monochromatic) by rotating or adjusting hue and lightness around that base, useful for a UI theme or brand color scheme. You can lock a color you like partway through and regenerate the rest around it, which is a faster way to refine a palette than starting over from scratch each time, and export lands as HEX values ready to paste into a CSS variables file or design tool. It's focused purely on color harmony, not accessibility. It doesn't check contrast ratios between the colors it produces, so any text/background pairing pulled from a generated palette should still get run through a dedicated contrast checker before shipping. Generation runs entirely client-side.
How to use Palette Generator
- 1.Pick a base color and generate a harmonious palette (complementary, analogous, triadic) for a UI or brand color scheme.
- 2.Lock a color you like in the generated palette and regenerate the rest to explore variations around it.
- 3.Export the palette as HEX values to paste directly into a CSS variables file or design tool.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/color-palette \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"hex":"#16a37f","type":"complementary"}'Get an API key from your dashboard · Full API docs →