Color Palette Generator
Complete color toolkit for designers and developers. Palette generation: - 6 harmony types: complementary, analogous, triadic, tetradic, split-complementary, monochromatic - Random palette generation with hue/luminosity filters - Gradient interpolation between any two colors Color analysis: - WCAG 2.1 contrast ratio calculation - AA and AAA compliance for normal and large text - Relative…
Color Palette Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
generateGradient /gradient |
Generate gradient interpolation steps between two colors. |
| GET |
randomPalette /random |
Generate a random harmonious color palette. |
| GET |
exportCss /css |
Generate CSS custom properties and Tailwind config from a base color. |
| GET |
checkContrast /contrast |
Calculate WCAG 2.1 contrast ratio between two colors. |
| GET |
generatePalette /generate |
Generate a harmonious color palette from a base color. |