Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mustard-yellow {
color: #e0b000;
}
.groovy-lemon-pie {
color: #d6c100;
}
.immaculate-iguana {
color: #a7d100;
}
.gecko-s-dream {
color: #599900;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mustard-yellow:#e0b000;
--groovy-lemon-pie:#d6c100;
--immaculate-iguana:#a7d100;
--gecko-s-dream:#599900;
}