Color names in this palette
CSS code for this palette
/* CSS */
.botanical {
color: #496d2c;
}
.mary-s-garden {
color: #6b8f3d;
}
.lime-it-or-leave-it {
color: #87a94c;
}
.sapling {
color: #a5c15c;
}
.cool-as-a-cucumber {
color: #c3d86e;
}
/* CSS Variables */
:root {
--botanical:#496d2c;
--mary-s-garden:#6b8f3d;
--lime-it-or-leave-it:#87a94c;
--sapling:#a5c15c;
--cool-as-a-cucumber:#c3d86e;
}