Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8c3b;
}
.jade-stone-green {
color: #6fbe7f;
}
.sunlit-glade {
color: #98d2a1;
}
.peppermint-patty {
color: #d0e6d7;
}
.herb-garden {
color: #e9f3e2;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8c3b;
--jade-stone-green:#6fbe7f;
--sunlit-glade:#98d2a1;
--peppermint-patty:#d0e6d7;
--herb-garden:#e9f3e2;
}