Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6ebf45;
}
.last-of-lettuce {
color: #a8e36d;
}
.leaf-bud {
color: #eff8a0;
}
.lazy-daisy {
color: #f7e9a1;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--pure-apple:#6ebf45;
--last-of-lettuce:#a8e36d;
--leaf-bud:#eff8a0;
--lazy-daisy:#f7e9a1;
--chai-latte:#f8c8a0;
}