Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1c1d2c;
}
.india-ink {
color: #3a3b4b;
}
.shearwater-black {
color: #5a5b6c;
}
.ash-pink {
color: #9a8d90;
}
.natural-silk-grey {
color: #d2c7c1;
}
/* CSS Variables */
:root {
--black-howl:#1c1d2c;
--india-ink:#3a3b4b;
--shearwater-black:#5a5b6c;
--ash-pink:#9a8d90;
--natural-silk-grey:#d2c7c1;
}