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