Color names in this palette
CSS code for this palette
/* CSS */
.two-peas-in-a-pod {
color: #a2d053;
}
.midsummer-field {
color: #8cca49;
}
.bitter-dandelion {
color: #6bbf3b;
}
.green-seduction {
color: #4dab2b;
}
.direct-green {
color: #39981f;
}
/* CSS Variables */
:root {
--two-peas-in-a-pod:#a2d053;
--midsummer-field:#8cca49;
--bitter-dandelion:#6bbf3b;
--green-seduction:#4dab2b;
--direct-green:#39981f;
}