Color names in this palette
CSS code for this palette
/* CSS */
.mint-parfait {
color: #b5e8b9;
}
.frugal {
color: #a6d9b5;
}
.key-largo {
color: #80b3a2;
}
.garish-green {
color: #4abf8c;
}
.stamp-pad-green {
color: #2ca58d;
}
/* CSS Variables */
:root {
--mint-parfait:#b5e8b9;
--frugal:#a6d9b5;
--key-largo:#80b3a2;
--garish-green:#4abf8c;
--stamp-pad-green:#2ca58d;
}