Color names in this palette
CSS code for this palette
/* CSS */
.immaculate-iguana {
color: #a7d100;
}
.immaculate-iguana {
color: #a6c700;
}
.safety-yellow {
color: #e6d200;
}
.middle-yellow {
color: #ffea00;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--immaculate-iguana:#a7d100;
--immaculate-iguana:#a6c700;
--safety-yellow:#e6d200;
--middle-yellow:#ffea00;
--ucla-gold:#ffb300;
}