Color names in this palette
CSS code for this palette
/* CSS */
.dark-shamrock {
color: #33cc99;
}
.medium-aquamarine {
color: #64dda9;
}
.teal-deer {
color: #98e6ba;
}
.distilled-moss {
color: #ccffcc;
}
.mint-chiffon {
color: #e5fff3;
}
/* CSS Variables */
:root {
--dark-shamrock:#33cc99;
--medium-aquamarine:#64dda9;
--teal-deer:#98e6ba;
--distilled-moss:#ccffcc;
--mint-chiffon:#e5fff3;
}