Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.ultra-green {
color: #7dbf4a;
}
.nature-s-delight {
color: #a3d68f;
}
.mint-julep {
color: #e1f4a4;
}
.fine-linen {
color: #f9f9c3;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--ultra-green:#7dbf4a;
--nature-s-delight:#a3d68f;
--mint-julep:#e1f4a4;
--fine-linen:#f9f9c3;
}