Color names in this palette
CSS code for this palette
/* CSS */
.stinging-wasabi {
color: #aeff6b;
}
.lush-greenery {
color: #8eff3d;
}
.traffic-green {
color: #5bff1a;
}
.signal-green {
color: #2bff00;
}
.greenalicious {
color: #00d600;
}
/* CSS Variables */
:root {
--stinging-wasabi:#aeff6b;
--lush-greenery:#8eff3d;
--traffic-green:#5bff1a;
--signal-green:#2bff00;
--greenalicious:#00d600;
}