Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8c3b;
}
.color-me-green {
color: #7cbe79;
}
.green-trance {
color: #a2d69e;
}
.lasting-thoughts {
color: #d7e8b0;
}
.bean-sprout {
color: #f4faeb;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8c3b;
--color-me-green:#7cbe79;
--green-trance:#a2d69e;
--lasting-thoughts:#d7e8b0;
--bean-sprout:#f4faeb;
}