Color names in this palette
CSS code for this palette
/* CSS */
.flush-orange {
color: #ff6e00;
}
.ucla-gold {
color: #ffb300;
}
.middle-yellow {
color: #ffea00;
}
.mindaro {
color: #dce773;
}
.mint-macaron {
color: #afeeee;
}
/* CSS Variables */
:root {
--flush-orange:#ff6e00;
--ucla-gold:#ffb300;
--middle-yellow:#ffea00;
--mindaro:#dce773;
--mint-macaron:#afeeee;
}