Color names in this palette
CSS code for this palette
/* CSS */
.green-lacewing {
color: #8bda6c;
}
.range-land {
color: #5ebf4f;
}
.beer-garden {
color: #3d9d34;
}
.lush-paradise {
color: #2d792a;
}
.bia-owie-a-forest {
color: #1d5d1f;
}
/* CSS Variables */
:root {
--green-lacewing:#8bda6c;
--range-land:#5ebf4f;
--beer-garden:#3d9d34;
--lush-paradise:#2d792a;
--bia-owie-a-forest:#1d5d1f;
}