Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.taylor {
color: #5b5b7b;
}
.dust-of-the-moon {
color: #d0c8df;
}
.smoked-salmon {
color: #fc816e;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--taylor:#5b5b7b;
--dust-of-the-moon:#d0c8df;
--smoked-salmon:#fc816e;
}