CSS code for this palette
/* CSS */
.yellow {
color: #ffff00;
}
.soviet-gold {
color: #ffd900;
}
.ucla-gold {
color: #ffb300;
}
.cheese {
color: #ffa600;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--yellow:#ffff00;
--soviet-gold:#ffd900;
--ucla-gold:#ffb300;
--cheese:#ffa600;
--sun-crete:#ff8c00;
}