Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2e3f52;
}
.blue-oyster-cult {
color: #4b7bec;
}
.citronella {
color: #69bf76;
}
.wisteria-yellow {
color: #f8c212;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--waterhen-back:#2e3f52;
--blue-oyster-cult:#4b7bec;
--citronella:#69bf76;
--wisteria-yellow:#f8c212;
--mandarin-red:#e74d3c;
}