Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.mandarin-red {
color: #e74d3c;
}
.dodgeroll-gold {
color: #f39c12;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--mandarin-red:#e74d3c;
--dodgeroll-gold:#f39c12;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}