Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-mint {
color: #a3e0d3;
}
.tender-turquoise {
color: #80d6c5;
}
.tropical-escape {
color: #4cb8b1;
}
.talismanic-teal {
color: #1c9c9c;
}
.ornamental-turquoise {
color: #00857c;
}
/* CSS Variables */
:root {
--sparkling-mint:#a3e0d3;
--tender-turquoise:#80d6c5;
--tropical-escape:#4cb8b1;
--talismanic-teal:#1c9c9c;
--ornamental-turquoise:#00857c;
}