Available harmony rules
The generator supports monochromatic, complementary, triadic, tetradic, analogous, and split-complementary relationships. These are starting points, and final colors should still be checked for readability and brand fit.
Create a coordinated color palette from a base color or a random starting point. Switch among six harmony rules, copy individual colors, and export the complete palette as HEX values, CSS variables, or JSON.
The generator supports monochromatic, complementary, triadic, tetradic, analogous, and split-complementary relationships. These are starting points, and final colors should still be checked for readability and brand fit.
The current Save action keeps palettes only in the active page session. It does not persist them across reloads.
You can copy individual colors or export the palette as HEX values, CSS variables, or JSON.
No. Check the actual text and background combinations for sufficient contrast before use.
:root {
--color-1: #d5e1f5;
--color-2: #9dc0fa;
--color-3: #3b82f6;
--color-4: #fad79d;
--color-5: #7b571d;
}colors: {
primary: {
100: '#d5e1f5',
200: '#9dc0fa',
300: '#3b82f6',
400: '#fad79d',
500: '#7b571d',
}
}$color-1: #d5e1f5; $color-2: #9dc0fa; $color-3: #3b82f6; $color-4: #fad79d; $color-5: #7b571d;