Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.mid-grey {
color: #5e5e6e;
}
.vegas-gold {
color: #c5b159;
}
.camellia-rose {
color: #e94e6d;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--mid-grey:#5e5e6e;
--vegas-gold:#c5b159;
--camellia-rose:#e94e6d;
}