CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.taylor {
color: #5b5b7b;
}
.luxor-gold {
color: #a68b3f;
}
.yakitori {
color: #e9b03f;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--taylor:#5b5b7b;
--luxor-gold:#a68b3f;
--yakitori:#e9b03f;
}