Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1b1d2d;
}
.india-ink {
color: #3b3c4e;
}
.shearwater-black {
color: #5a5a6d;
}
.blue-mood {
color: #7b7c8e;
}
.smokey-stone {
color: #9b9ca1;
}
/* CSS Variables */
:root {
--black-howl:#1b1d2d;
--india-ink:#3b3c4e;
--shearwater-black:#5a5a6d;
--blue-mood:#7b7c8e;
--smokey-stone:#9b9ca1;
}