Color names in this palette
CSS code for this palette
/* CSS */
.apocalyptic-orange {
color: #f76d1d;
}
.mandarin-peel {
color: #ff9d00;
}
.usc-gold {
color: #ffcc00;
}
.eternal-summer {
color: #f5e400;
}
.king-lime {
color: #b2d600;
}
/* CSS Variables */
:root {
--apocalyptic-orange:#f76d1d;
--mandarin-peel:#ff9d00;
--usc-gold:#ffcc00;
--eternal-summer:#f5e400;
--king-lime:#b2d600;
}