Color names in this palette
CSS code for this palette
/* CSS */
.ending-navy-blue {
color: #1c2d5e;
}
.picton-blue {
color: #599bd4;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--ending-navy-blue:#1c2d5e;
--picton-blue:#599bd4;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}