Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.dublin {
color: #6fbf6e;
}
.pistachio-green {
color: #a5d69e;
}
.hint-of-mint {
color: #e0f2d9;
}
.lavish-lemon {
color: #f8f0c9;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--dublin:#6fbf6e;
--pistachio-green:#a5d69e;
--hint-of-mint:#e0f2d9;
--lavish-lemon:#f8f0c9;
}