Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.serengeti-green {
color: #6ecf89;
}
.fresh-oregano {
color: #4baf6b;
}
.irish {
color: #3c8b55;
}
.billiard-ball {
color: #2b6e42;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--serengeti-green:#6ecf89;
--fresh-oregano:#4baf6b;
--irish:#3c8b55;
--billiard-ball:#2b6e42;
}