Color names in this palette
CSS code for this palette
/* CSS */
.enviable {
color: #4c9c3a;
}
.ferntastic {
color: #6fb05e;
}
.green-trance {
color: #a0d89d;
}
.spring-kiss {
color: #e2f5b2;
}
.bean-sprout {
color: #f4f9e6;
}
/* CSS Variables */
:root {
--enviable:#4c9c3a;
--ferntastic:#6fb05e;
--green-trance:#a0d89d;
--spring-kiss:#e2f5b2;
--bean-sprout:#f4f9e6;
}