Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.usc-gold {
color: #ffcc00;
}
.middle-yellow {
color: #ffea00;
}
.lime-jelly {
color: #e6ff00;
}
.bright-yellow-green {
color: #a1ff00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--middle-yellow:#ffea00;
--lime-jelly:#e6ff00;
--bright-yellow-green:#a1ff00;
}