Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.drop-green {
color: #6dbf5f;
}
.elfin-games {
color: #9dd49b;
}
.luna-green {
color: #c1e1c7;
}
.toxic-latte {
color: #e2f8ea;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--drop-green:#6dbf5f;
--elfin-games:#9dd49b;
--luna-green:#c1e1c7;
--toxic-latte:#e2f8ea;
}