CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.usc-gold {
color: #ffcc00;
}
.citrus-splash {
color: #ffc300;
}
.ucla-gold {
color: #ffb300;
}
.cheese {
color: #ffa600;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--usc-gold:#ffcc00;
--citrus-splash:#ffc300;
--ucla-gold:#ffb300;
--cheese:#ffa600;
}