Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4a8c45;
}
.color-me-green {
color: #7cbe79;
}
.overtone {
color: #a8e6b7;
}
.tea-green {
color: #d1f0c1;
}
.frosted-garden {
color: #e6f9d7;
}
/* CSS Variables */
:root {
--lush-grass:#4a8c45;
--color-me-green:#7cbe79;
--overtone:#a8e6b7;
--tea-green:#d1f0c1;
--frosted-garden:#e6f9d7;
}