CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.flush-orange {
color: #ff6e00;
}
.cheese {
color: #ffa600;
}
.usc-gold {
color: #ffcc00;
}
.star {
color: #ffe500;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--flush-orange:#ff6e00;
--cheese:#ffa600;
--usc-gold:#ffcc00;
--star:#ffe500;
}