Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.dull-teal {
color: #5b9f8e;
}
.jovial-jade {
color: #88d8b0;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--dull-teal:#5b9f8e;
--jovial-jade:#88d8b0;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}