All Palettes

Color Palette #1e1f2e, #3a3b4b, #5a5b6c, #8c8d9b, #b2b3c7

0%
0%
0%

CSS code for this palette

/* CSS */
.black-howl {
color: #1e1f2e;
}
.india-ink {
color: #3a3b4b;
}
.shearwater-black {
color: #5a5b6c;
}
.lilac-grey {
color: #8c8d9b;
}
.filtered-light {
color: #b2b3c7;
}

/* CSS Variables */
:root {
--black-howl:#1e1f2e;
--india-ink:#3a3b4b;
--shearwater-black:#5a5b6c;
--lilac-grey:#8c8d9b;
--filtered-light:#b2b3c7;
}

More palettes to explore