Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.overgrowth {
color: #89cb3a;
}
.elven-olympics {
color: #6d9c2b;
}
.emerald-clear-green {
color: #4d7f1f;
}
.lustrian-undergrowth {
color: #3d5c14;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--overgrowth:#89cb3a;
--elven-olympics:#6d9c2b;
--emerald-clear-green:#4d7f1f;
--lustrian-undergrowth:#3d5c14;
}