Color names in this palette
CSS code for this palette
/* CSS */
.synthetic-spearmint {
color: #29ff6d;
}
.grotesque-green {
color: #5ffc84;
}
.mild-menthol {
color: #84f09c;
}
.overtone {
color: #a7e7af;
}
.pastel-mint {
color: #d2f4c8;
}
/* CSS Variables */
:root {
--synthetic-spearmint:#29ff6d;
--grotesque-green:#5ffc84;
--mild-menthol:#84f09c;
--overtone:#a7e7af;
--pastel-mint:#d2f4c8;
}