Color names in this palette
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;
}