Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.star {
color: #ffe500;
}
.candle-flame {
color: #fff4a3;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--star:#ffe500;
--candle-flame:#fff4a3;
--ucla-gold:#ffb300;
}