CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.clover-mist {
color: #6fbe8d;
}
.glen {
color: #4baf6e;
}
.irish {
color: #3c8b55;
}
.billiard-ball {
color: #2c6d3b;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--clover-mist:#6fbe8d;
--glen:#4baf6e;
--irish:#3c8b55;
--billiard-ball:#2c6d3b;
}