Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.carolina-reaper {
color: #ff1a00;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--carolina-reaper:#ff1a00;
--soviet-gold:#ffd900;
}