CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
.star {
color: #ffe500;
}
.sp-tzle-yellow {
color: #ffed8a;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
--star:#ffe500;
--sp-tzle-yellow:#ffed8a;
}