Color names in this palette
CSS code for this palette
/* CSS */
.dark-mountain-meadow {
color: #19b385;
}
.wild-caribbean-green {
color: #1ed29f;
}
.overtone {
color: #a2e2b1;
}
.snowy-mint {
color: #d3f1d0;
}
.ivory-keys {
color: #f6f9e6;
}
/* CSS Variables */
:root {
--dark-mountain-meadow:#19b385;
--wild-caribbean-green:#1ed29f;
--overtone:#a2e2b1;
--snowy-mint:#d3f1d0;
--ivory-keys:#f6f9e6;
}