Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.young-bamboo {
color: #69bf8a;
}
.greenish {
color: #3f9d63;
}
.chopped-chive {
color: #2c6d4d;
}
.english-green {
color: #1f4d3f;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--young-bamboo:#69bf8a;
--greenish:#3f9d63;
--chopped-chive:#2c6d4d;
--english-green:#1f4d3f;
}