Color names in this palette
CSS code for this palette
/* CSS */
.sour-green-cherry {
color: #d1f8af;
}
.grape-green {
color: #a8e8a1;
}
.patrice {
color: #8fdca3;
}
.techno-turquoise {
color: #60be92;
}
.dancing-jewel {
color: #409c78;
}
/* CSS Variables */
:root {
--sour-green-cherry:#d1f8af;
--grape-green:#a8e8a1;
--patrice:#8fdca3;
--techno-turquoise:#60be92;
--dancing-jewel:#409c78;
}