Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.fat-gold {
color: #e6b400;
}
.golden-foil {
color: #c7c400;
}
.slimer-green {
color: #a4db00;
}
.fabulous-frog {
color: #8bcc00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--fat-gold:#e6b400;
--golden-foil:#c7c400;
--slimer-green:#a4db00;
--fabulous-frog:#8bcc00;
}