CSS code for this palette
/* CSS */
.flush-orange {
color: #ff6e00;
}
.ucla-gold {
color: #ffb300;
}
.vibrant {
color: #ffd54d;
}
.xanthe-yellow {
color: #ffee57;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--flush-orange:#ff6e00;
--ucla-gold:#ffb300;
--vibrant:#ffd54d;
--xanthe-yellow:#ffee57;
--yellow:#ffff00;
}