Color names in this palette
CSS code for this palette
/* CSS */
.herbal {
color: #2aac87;
}
.green-blue {
color: #3dbd92;
}
.mint-jelly {
color: #4fd89d;
}
.mild-menthol {
color: #7ef1a1;
}
.ultra-mint {
color: #a4f4b7;
}
/* CSS Variables */
:root {
--herbal:#2aac87;
--green-blue:#3dbd92;
--mint-jelly:#4fd89d;
--mild-menthol:#7ef1a1;
--ultra-mint:#a4f4b7;
}