Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.ucla-gold {
color: #ffb300;
}
.vitamin-c {
color: #ff9900;
}
.flush-orange {
color: #ff6e00;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--ucla-gold:#ffb300;
--vitamin-c:#ff9900;
--flush-orange:#ff6e00;
--inferno-orange:#ff4400;
}