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