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: #ff1f6d;
}
.digital-violets {
color: #a600ff;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--peevish-red:#ff1f6d;
--digital-violets:#a600ff;
}