Color names in this palette
CSS code for this palette
/* CSS */
.mint-tea {
color: #b1f2de;
}
.tadorna-teal {
color: #76d5b1;
}
.mint-jelly {
color: #4acf9e;
}
.times-square-screens {
color: #2ac07a;
}
.fern-green {
color: #009957;
}
/* CSS Variables */
:root {
--mint-tea:#b1f2de;
--tadorna-teal:#76d5b1;
--mint-jelly:#4acf9e;
--times-square-screens:#2ac07a;
--fern-green:#009957;
}