Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.neon-rose {
color: #ff0080;
}
.shady-neon-blue {
color: #5b4dff;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--neon-rose:#ff0080;
--shady-neon-blue:#5b4dff;
}