Color names in this palette
CSS code for this palette
/* CSS */
.burtuqali-orange {
color: #ff6a00;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.candy-corn {
color: #fffa5c;
}
/* CSS Variables */
:root {
--burtuqali-orange:#ff6a00;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--candy-corn:#fffa5c;
}