Generate complementary, triadic, analogous, and split-complementary color palettes from a seed color. Export swatches as CSS variables, Tailwind config, or HEX codes.
:root {
--color--30: #3CE0F6;
--color--15: #3CB2F6;
--color-base: #3C83F6;
--color-15: #3C55F6;
--color-30: #523CF6;
}The Color Palette Generator creates harmonious color schemes from a single seed color using established color theory relationships. Choose from complementary, split-complementary, triadic, tetradic, analogous, or monochromatic harmony types to generate a palette automatically. Each palette displays swatches with HEX, RGB, and HSL values, and you can export the full set as CSS custom properties, a Tailwind CSS `colors` config, or a plain HEX list — all ready to drop straight into your project.
QWhat is a complementary color pair?
Complementary colors sit directly opposite each other on the color wheel (e.g., blue and orange). They create maximum contrast and visual tension, often used for call-to-action elements.
QHow are tint and shade scales generated?
Tints are lightened toward white and shades are darkened toward black using perceptual HSL adjustments, producing an evenly spaced 10-step scale similar to Tailwind's default palette.
QCan I export for Figma?
Export as CSS variables and use Figma's Tokens plugin or Variables panel to import them. A native Figma JSON export format is on the roadmap.
QWhat if the generated palette doesn't look quite right?
Use the lock feature to keep colors you like, then click regenerate to vary the rest. You can also nudge any swatch hue, saturation, or lightness manually.