Color names in this palette
CSS code for this palette
/* CSS */
.pond-moss {
color: #01796f;
}
.miami-jade {
color: #1d9a77;
}
.garish-green {
color: #4abf8c;
}
.overtone {
color: #a3e6b1;
}
.weathered-mint {
color: #e5f8e2;
}
/* CSS Variables */
:root {
--pond-moss:#01796f;
--miami-jade:#1d9a77;
--garish-green:#4abf8c;
--overtone:#a3e6b1;
--weathered-mint:#e5f8e2;
}