Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.flush-orange {
color: #ff6e00;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
.yellow-green-grosbeak {
color: #c2cc33;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--flush-orange:#ff6e00;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
--yellow-green-grosbeak:#c2cc33;
}