Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.midsummer-field {
color: #8ccc3e;
}
.grass {
color: #5eb12b;
}
.chlorophyll {
color: #3b8e1a;
}
.battle-cat {
color: #2e7a15;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--midsummer-field:#8ccc3e;
--grass:#5eb12b;
--chlorophyll:#3b8e1a;
--battle-cat:#2e7a15;
}