Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.cyberpink {
color: #ff1f78;
}
.poison-purple-paradise {
color: #b300ff;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--cyberpink:#ff1f78;
--poison-purple-paradise:#b300ff;
}