Color names in this palette
CSS code for this palette
/* CSS */
.sour-green-cherry {
color: #d1f8af;
}
.grape-green {
color: #a6e09e;
}
.fresco-green {
color: #7edda9;
}
.synergy {
color: #4bc3b5;
}
.aquarius {
color: #29b2c7;
}
/* CSS Variables */
:root {
--sour-green-cherry:#d1f8af;
--grape-green:#a6e09e;
--fresco-green:#7edda9;
--synergy:#4bc3b5;
--aquarius:#29b2c7;
}