Pick a color, choose a harmony mode, and generate a complete palette with Tailwind-ready shade scales. No signup required.
50
100
200
300
400
500
600
700
800
900
950
50
100
200
300
400
500
600
700
800
900
950
50
100
200
300
400
500
600
700
800
900
950
Preview
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
'warm': {
50: '#e5f0fb',
100: '#d7e9f9',
200: '#bcdaf6',
300: '#9fcbf4',
400: '#82bcf3',
500: '#64adf2',
600: '#248df0',
700: '#0c6eca',
800: '#064c8e',
900: '#022a4f',
950: '#011a32',
},
'primary': {
50: '#e5e5fb',
100: '#d8d8f9',
200: '#bcbdf5',
300: '#a0a1f3',
400: '#8284f2',
500: '#6366f1',
600: '#2528ef',
700: '#0d10c9',
800: '#07098d',
900: '#03044f',
950: '#020231',
},
'cool': {
50: '#efe5fb',
100: '#e7d7f9',
200: '#d8bcf6',
300: '#c89ff4',
400: '#b882f3',
500: '#a864f2',
600: '#8624f0',
700: '#680cca',
800: '#48068e',
900: '#28024f',
950: '#190132',
},
},
},
},
};Complementary, analogous, triadic, split-complementary, and monochromatic. Mathematically balanced palettes from any starting color.
Every color gets an 11-step shade scale (50–950) following Tailwind CSS conventions. Ready for backgrounds, text, borders, and hover states.
Export as Tailwind CSS config, CSS custom properties, SCSS variables, or JSON. Copy-paste directly into your project.
Use the color picker or type a hex code. This is your brand base color — the foundation of your palette.
Select from 5 harmony modes. Each uses color theory to generate balanced, professional palettes.
Copy your palette as Tailwind config, CSS variables, SCSS, or JSON. Paste into your project and ship.
Love this tool? We generate complete brand systems — logos, colors, typography, and Tailwind configs — all in 60 seconds with AI.
Generate Your Brand