Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.taylor {
color: #5c5c7a;
}
.lazy-lavender {
color: #a4a4b2;
}
.geranium-bud {
color: #d19fc7;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--taylor:#5c5c7a;
--lazy-lavender:#a4a4b2;
--geranium-bud:#d19fc7;
--mandarin-red:#e74d3c;
}