Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.caicos-turquoise {
color: #2ab2b2;
}
.medium-turquoise {
color: #4cd6d6;
}
.spinnaker {
color: #a3e0e0;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--caicos-turquoise:#2ab2b2;
--medium-turquoise:#4cd6d6;
--spinnaker:#a3e0e0;
--distant-horizon:#f1f9f9;
}