Color names in this palette
CSS code for this palette
/* CSS */
.middle-yellow {
color: #ffea00;
}
.ucla-gold {
color: #ffb300;
}
.princeton-orange {
color: #ff9100;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--middle-yellow:#ffea00;
--ucla-gold:#ffb300;
--princeton-orange:#ff9100;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
}