Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-turquoise {
color: #a2d7d0;
}
.miami-teal {
color: #6dc5b3;
}
.ocean-liner {
color: #1f988c;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--touch-of-turquoise:#a2d7d0;
--miami-teal:#6dc5b3;
--ocean-liner:#1f988c;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}