Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.mysterious-night {
color: #5c5c70;
}
.alpine-goat {
color: #f1f1f8;
}
.light-pax {
color: #d4d4e3;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--mysterious-night:#5c5c70;
--alpine-goat:#f1f1f8;
--light-pax:#d4d4e3;
}