Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.ucla-gold {
color: #ffb300;
}
.citrus-splash {
color: #ffc300;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--ucla-gold:#ffb300;
--citrus-splash:#ffc300;
--flush-orange:#ff6e00;
}