Color names in this palette
CSS code for this palette
/* CSS */
.ucla-gold {
color: #ffb300;
}
.flush-orange {
color: #ff6e00;
}
.consumed-by-fire {
color: #f58019;
}
.floral-leaf {
color: #ffb84d;
}
.cyber-yellow {
color: #ffd500;
}
/* CSS Variables */
:root {
--ucla-gold:#ffb300;
--flush-orange:#ff6e00;
--consumed-by-fire:#f58019;
--floral-leaf:#ffb84d;
--cyber-yellow:#ffd500;
}