Color names in this palette
CSS code for this palette
/* CSS */
.witty-green {
color: #b2d89d;
}
.green-silk {
color: #a4c1b2;
}
.jade-green {
color: #7a9a79;
}
.lattice-work {
color: #b5e3c4;
}
.bean-sprout {
color: #f2f8e7;
}
/* CSS Variables */
:root {
--witty-green:#b2d89d;
--green-silk:#a4c1b2;
--jade-green:#7a9a79;
--lattice-work:#b5e3c4;
--bean-sprout:#f2f8e7;
}