Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.grape-green {
color: #aee59e;
}
.fennel-tea {
color: #d3f3da;
}
.placebo-lime {
color: #f5faeb;
}
.tea-green {
color: #d2f2c4;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--grape-green:#aee59e;
--fennel-tea:#d3f3da;
--placebo-lime:#f5faeb;
--tea-green:#d2f2c4;
}