Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4c8c4a;
}
.bermudagrass {
color: #6ebf6f;
}
.green-trance {
color: #9dd8a2;
}
.martian-moon {
color: #c3e9d2;
}
.misty-lawn {
color: #e1f9e3;
}
/* CSS Variables */
:root {
--lush-grass:#4c8c4a;
--bermudagrass:#6ebf6f;
--green-trance:#9dd8a2;
--martian-moon:#c3e9d2;
--misty-lawn:#e1f9e3;
}