Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.green-eggs-and-ham {
color: #79b98b;
}
.clover-patch {
color: #4c9a5a;
}
.genever-green {
color: #2f6f3b;
}
.bia-owie-a-forest {
color: #1b5027;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--green-eggs-and-ham:#79b98b;
--clover-patch:#4c9a5a;
--genever-green:#2f6f3b;
--bia-owie-a-forest:#1b5027;
}