Color names in this palette
CSS code for this palette
/* CSS */
.sapling {
color: #9fc65d;
}
.enviable {
color: #4b9b3b;
}
.lush-paradise {
color: #2a7a29;
}
.bia-owie-a-forest {
color: #1d501b;
}
.hot-pepper-green {
color: #5b7e3a;
}
/* CSS Variables */
:root {
--sapling:#9fc65d;
--enviable:#4b9b3b;
--lush-paradise:#2a7a29;
--bia-owie-a-forest:#1d501b;
--hot-pepper-green:#5b7e3a;
}