Color names in this palette
CSS code for this palette
/* CSS */
.online-lime {
color: #498b3c;
}
.pure-apple {
color: #69bf4a;
}
.green-lacewing {
color: #8bdf6d;
}
.basil-smash {
color: #b1e59e;
}
.tea-green {
color: #d3f3c4;
}
/* CSS Variables */
:root {
--online-lime:#498b3c;
--pure-apple:#69bf4a;
--green-lacewing:#8bdf6d;
--basil-smash:#b1e59e;
--tea-green:#d3f3c4;
}