Color names in this palette
CSS code for this palette
/* CSS */
.emerald-light-green {
color: #01a267;
}
.mint-jelly {
color: #4bd8a9;
}
.reef-green {
color: #a3e6c4;
}
.mint-chiffon {
color: #e5ffed;
}
.spring-slumber-green {
color: #b6f9b4;
}
/* CSS Variables */
:root {
--emerald-light-green:#01a267;
--mint-jelly:#4bd8a9;
--reef-green:#a3e6c4;
--mint-chiffon:#e5ffed;
--spring-slumber-green:#b6f9b4;
}