Color names in this palette
CSS code for this palette
/* CSS */
.dark-mountain-meadow {
color: #19b385;
}
.waterfall {
color: #3eb1a0;
}
.sweet-garden {
color: #5dd5b1;
}
.overtone {
color: #a3e1b1;
}
.weathered-mint {
color: #e5f4e1;
}
/* CSS Variables */
:root {
--dark-mountain-meadow:#19b385;
--waterfall:#3eb1a0;
--sweet-garden:#5dd5b1;
--overtone:#a3e1b1;
--weathered-mint:#e5f4e1;
}