Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.midsummer-field {
color: #8ccc3e;
}
.natural-order {
color: #75b22e;
}
.vida-loca {
color: #4e9b22;
}
.odd-pea-pod {
color: #3a7e1b;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--midsummer-field:#8ccc3e;
--natural-order:#75b22e;
--vida-loca:#4e9b22;
--odd-pea-pod:#3a7e1b;
}