Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.overgrowth {
color: #8ecb3a;
}
.alpine-meadow {
color: #6da928;
}
.chlorophyll {
color: #4b8a1e;
}
.direct-green {
color: #368f24;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--overgrowth:#8ecb3a;
--alpine-meadow:#6da928;
--chlorophyll:#4b8a1e;
--direct-green:#368f24;
}