Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.peevish-red {
color: #ff1a66;
}
.carnelian {
color: #b51c1c;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--peevish-red:#ff1a66;
--carnelian:#b51c1c;
}