🎨 Color Palette Generator

Create beautiful color palettes for your designs. Press spacebar to generate new colors!

★★★★★ 4.9/5 (2,189 Reviews)
Press Spacebar to generate new palette • Click a color to Lock it
📦 Export Palette
CSS Variables
:root {
  --color-1: #000000;
}
SCSS Variables
$color-1: #000000;
JSON Array
["#000000"]
Tailwind Config
colors: {
  primary: '#000000',
}
✓ Copied to clipboard!