Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.mountain-fig {
color: #39394c;
}
.taylor {
color: #5b5b7b;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--mountain-fig:#39394c;
--taylor:#5b5b7b;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}