Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a6e7b7;
}
.minted-elegance {
color: #6cd0a0;
}
.garish-green {
color: #4abf8c;
}
.fresh-greens {
color: #3ea86d;
}
.kelly-green {
color: #2c9b5c;
}
/* CSS Variables */
:root {
--overtone:#a6e7b7;
--minted-elegance:#6cd0a0;
--garish-green:#4abf8c;
--fresh-greens:#3ea86d;
--kelly-green:#2c9b5c;
}