Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.usc-gold {
color: #ffcc00;
}
.forsythia {
color: #ffc800;
}
.ucla-gold {
color: #ffb300;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--forsythia:#ffc800;
--ucla-gold:#ffb300;
--vitamin-c:#ff9900;
}