All Palettes

Color Palette #1c1c2c, #3e3e5b, #6d6d8d, #a3a3d2, #e0e0ff

0%
0%
0%

CSS code for this palette

/* CSS */
.sambucus {
color: #1c1c2c;
}
.amphystine {
color: #3e3e5b;
}
.dark-prince {
color: #6d6d8d;
}
.water-hyacinth {
color: #a3a3d2;
}
.stoic-white {
color: #e0e0ff;
}

/* CSS Variables */
:root {
--sambucus:#1c1c2c;
--amphystine:#3e3e5b;
--dark-prince:#6d6d8d;
--water-hyacinth:#a3a3d2;
--stoic-white:#e0e0ff;
}

More palettes to explore