Color names in this palette
CSS code for this palette
/* CSS */
.taurus-forest-fern {
color: #6fbf4f;
}
.druid-green {
color: #3c6d2c;
}
.myrtle {
color: #1f401c;
}
.fresh-lettuce {
color: #b6d88d;
}
.light-green-glint {
color: #e6f6d5;
}
/* CSS Variables */
:root {
--taurus-forest-fern:#6fbf4f;
--druid-green:#3c6d2c;
--myrtle:#1f401c;
--fresh-lettuce:#b6d88d;
--light-green-glint:#e6f6d5;
}