CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.ucla-gold {
color: #ffb300;
}
.usc-gold {
color: #ffcc00;
}
.soviet-gold {
color: #ffd900;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--ucla-gold:#ffb300;
--usc-gold:#ffcc00;
--soviet-gold:#ffd900;
--yellow:#ffff00;
}