Color names in this palette
CSS code for this palette
/* CSS */
.asparagus-fern {
color: #b7c15c;
}
.sapling {
color: #a1c75c;
}
.glass-bottle {
color: #8eb65d;
}
.drop-green {
color: #6bbe5b;
}
.vegetation {
color: #5dcb8e;
}
/* CSS Variables */
:root {
--asparagus-fern:#b7c15c;
--sapling:#a1c75c;
--glass-bottle:#8eb65d;
--drop-green:#6bbe5b;
--vegetation:#5dcb8e;
}