Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.strong-iris {
color: #5d5d7e;
}
.chai-tea {
color: #a47c2d;
}
.day-glow-orange {
color: #e95f35;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--strong-iris:#5d5d7e;
--chai-tea:#a47c2d;
--day-glow-orange:#e95f35;
}