Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8c3b;
}
.young-fern {
color: #6ebf7e;
}
.green-trance {
color: #a5d7a3;
}
.hint-of-mint {
color: #e1f1d5;
}
.blended-fruit {
color: #f8e2a5;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8c3b;
--young-fern:#6ebf7e;
--green-trance:#a5d7a3;
--hint-of-mint:#e1f1d5;
--blended-fruit:#f8e2a5;
}