Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2e3f52;
}
.blue-oyster-cult {
color: #4b7bec;
}
.butter-cream {
color: #f5b042;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--waterhen-back:#2e3f52;
--blue-oyster-cult:#4b7bec;
--butter-cream:#f5b042;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}