Color names in this palette
CSS code for this palette
/* CSS */
.dark-mountain-meadow {
color: #19b385;
}
.jolt-of-jade {
color: #4cb8a0;
}
.overtone {
color: #a1e3b0;
}
.light-green-glint {
color: #e3f6d5;
}
.electric-arc {
color: #f9f8c8;
}
/* CSS Variables */
:root {
--dark-mountain-meadow:#19b385;
--jolt-of-jade:#4cb8a0;
--overtone:#a1e3b0;
--light-green-glint:#e3f6d5;
--electric-arc:#f9f8c8;
}