Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c9090;
}
.montego-bay {
color: #3db8b8;
}
.soft-turquoise {
color: #6fd3d3;
}
.spinnaker {
color: #a3e0e0;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c9090;
--montego-bay:#3db8b8;
--soft-turquoise:#6fd3d3;
--spinnaker:#a3e0e0;
--distant-horizon:#f1f8f8;
}