Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a6d8b9;
}
.bermudagrass {
color: #6abe6c;
}
.clover-patch {
color: #499c5e;
}
.genever-green {
color: #2e6b3d;
}
.bia-owie-a-forest {
color: #1b4b24;
}
/* CSS Variables */
:root {
--eerie-glow:#a6d8b9;
--bermudagrass:#6abe6c;
--clover-patch:#499c5e;
--genever-green:#2e6b3d;
--bia-owie-a-forest:#1b4b24;
}