Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.bermudagrass {
color: #6abf69;
}
.green-acres {
color: #4f9c49;
}
.hills-of-ireland {
color: #3d7b40;
}
.green-stain {
color: #2c543b;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--bermudagrass:#6abf69;
--green-acres:#4f9c49;
--hills-of-ireland:#3d7b40;
--green-stain:#2c543b;
}