Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-turquoise {
color: #9fd6cf;
}
.holiday {
color: #80c6b7;
}
.green-crush {
color: #5eb09c;
}
.perky {
color: #3b8c79;
}
.lacrosse {
color: #2d5c5b;
}
/* CSS Variables */
:root {
--touch-of-turquoise:#9fd6cf;
--holiday:#80c6b7;
--green-crush:#5eb09c;
--perky:#3b8c79;
--lacrosse:#2d5c5b;
}