Color Palette Generator

Generate beautiful color palettes from a base color using color theory.

#0D9488
#0D5D96
#0D1896
#0D9646
#18960D
#0D9488
HSL 175, 84, 32
#0D5D96
HSL 205, 84, 32
#0D1896
HSL 235, 84, 32
#0D9646
HSL 145, 84, 32
#18960D
HSL 115, 84, 32

About This Tool

Generate harmonious color palettes based on color theory. Pick a base color and choose from six palette types: analogous (neighboring hues), complementary (opposite hues), triadic (three evenly spaced hues), split-complementary, monochromatic (shades of one hue), or random.

Click any swatch to copy its hex code. Export the full palette as hex values or CSS custom properties. Everything runs in your browser.

Frequently Asked Questions

What is an analogous color palette?

Analogous colors sit next to each other on the color wheel. They create harmonious, low-contrast palettes that feel natural and cohesive — great for backgrounds and branding.

What is a complementary color palette?

Complementary colors are opposite each other on the color wheel (e.g. blue and orange). They create high contrast and visual energy — ideal for call-to-action elements and accents.

How do I use the CSS export?

Click 'Copy as CSS' to get the palette as CSS custom properties (variables). Paste them into your stylesheet's :root block and reference them as var(--color-1), var(--color-2), etc.