Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.mandarin-red {
color: #e74d3c;
}
.dodgeroll-gold {
color: #f39c12;
}
.sunshine-mellow {
color: #f1c40e;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--mandarin-red:#e74d3c;
--dodgeroll-gold:#f39c12;
--sunshine-mellow:#f1c40e;
--ufo-green:#2ecc70;
}