Color names in this palette
CSS code for this palette
/* CSS */
.dark-mountain-meadow {
color: #19b385;
}
.dark-shamrock {
color: #2ecca2;
}
.jazzy-jade {
color: #4ddbbe;
}
.reef-green {
color: #a3e6c4;
}
.peaceful-rain {
color: #f1f9f2;
}
/* CSS Variables */
:root {
--dark-mountain-meadow:#19b385;
--dark-shamrock:#2ecca2;
--jazzy-jade:#4ddbbe;
--reef-green:#a3e6c4;
--peaceful-rain:#f1f9f2;
}