Color names in this palette
CSS code for this palette
/* CSS */
.greasy-green-beans {
color: #a4b257;
}
.lime-it-or-leave-it {
color: #8daa4b;
}
.mary-s-garden {
color: #6b8b3c;
}
.botanical {
color: #4c6f34;
}
.turf {
color: #3a582d;
}
/* CSS Variables */
:root {
--greasy-green-beans:#a4b257;
--lime-it-or-leave-it:#8daa4b;
--mary-s-garden:#6b8b3c;
--botanical:#4c6f34;
--turf:#3a582d;
}