Color names in this palette
CSS code for this palette
/* CSS */
.conifer {
color: #acdd4b;
}
.lime-lizard {
color: #a5d65c;
}
.midsummer-field {
color: #8ccb48;
}
.nasty-green {
color: #6eaf3c;
}
.la-palma {
color: #4b8d2a;
}
/* CSS Variables */
:root {
--conifer:#acdd4b;
--lime-lizard:#a5d65c;
--midsummer-field:#8ccb48;
--nasty-green:#6eaf3c;
--la-palma:#4b8d2a;
}