All Palettes

Color Palette #1e1e2f, #3b3b4e, #5a5a6d, #8d8da0, #f2f2f2

0%
0%
0%

CSS code for this palette

/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.shearwater-black {
color: #5a5a6d;
}
.lavender-blossom-grey {
color: #8d8da0;
}
.bleached-silk {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--shearwater-black:#5a5a6d;
--lavender-blossom-grey:#8d8da0;
--bleached-silk:#f2f2f2;
}

More palettes to explore