Color Palette Generator

Random Color Palette Generator

A new, harmonious color combination with every press of the spacebar. Lock the colors you love and let the rest re-roll — then export the final palette in any format.

#e0bc57

hsl(44, 69%, 61%)

#8be7ea

hsl(182, 69%, 73%)

#d3279d

hsl(319, 69%, 49%)

#8de057

hsl(96, 69%, 61%)

#8b94ea

hsl(234, 69%, 73%)

:root {
  --color-1: #e0bc57;
  --color-2: #8be7ea;
  --color-3: #d3279d;
  --color-4: #8de057;
  --color-5: #8b94ea;
}

How the random palette works

Each roll picks a random starting hue and then walks the color wheel by the golden angle (137.5°). Golden-angle spacing spreads colors so no two clash the way evenly-spaced hues can. Saturation and lightness are drawn in a comfortable band, then varied per swatch for depth.

Random palette tips

  • Use 5 colors for a full UI palette; 3 for a minimal brand mark.
  • Lock a brand color, then re-roll until the supporting colors fit.
  • Export the CSS classes and paste them straight into a stylesheet.