Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.sizzling-red {
color: #ff3d57;
}
.salmon-rose {
color: #ff707e;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--sizzling-red:#ff3d57;
--salmon-rose:#ff707e;
}