Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.ultra-green {
color: #7fbf4a;
}
.ballyhoo {
color: #5bae3d;
}
.beer-garden {
color: #3e9c2b;
}
.tree-green {
color: #257a1a;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--ultra-green:#7fbf4a;
--ballyhoo:#5bae3d;
--beer-garden:#3e9c2b;
--tree-green:#257a1a;
}