CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.french-market {
color: #a3c8a6;
}
.bath {
color: #d9e8d9;
}
.lighthouse {
color: #f3f7f3;
}
.zanah {
color: #b1c4b1;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--french-market:#a3c8a6;
--bath:#d9e8d9;
--lighthouse:#f3f7f3;
--zanah:#b1c4b1;
}