Color names in this palette
CSS code for this palette
/* CSS */
.botanical {
color: #4a6f2a;
}
.mary-s-garden {
color: #6a8c3b;
}
.clematis-green {
color: #97b74e;
}
.cactus-spike {
color: #bfd9a1;
}
.light-greenette {
color: #e2f3d3;
}
/* CSS Variables */
:root {
--botanical:#4a6f2a;
--mary-s-garden:#6a8c3b;
--clematis-green:#97b74e;
--cactus-spike:#bfd9a1;
--light-greenette:#e2f3d3;
}