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;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--peevish-red:#ff1a66;
--hot-aquarelle-pink:#ffb3d9;
}