Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8c3b;
}
.jealousy {
color: #80b05e;
}
.crystal-green {
color: #a3d07c;
}
.dingy-sticky-note {
color: #e4f1a2;
}
.lasting-thoughts {
color: #d2e7b1;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8c3b;
--jealousy:#80b05e;
--crystal-green:#a3d07c;
--dingy-sticky-note:#e4f1a2;
--lasting-thoughts:#d2e7b1;
}