Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.bermudagrass {
color: #6ebf6f;
}
.green-trance {
color: #a4d9a1;
}
.nettle-rash {
color: #e4f6e9;
}
.engulfed-in-light {
color: #f6f4e9;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--bermudagrass:#6ebf6f;
--green-trance:#a4d9a1;
--nettle-rash:#e4f6e9;
--engulfed-in-light:#f6f4e9;
}