Color names in this palette
CSS code for this palette
/* CSS */
.ahoy-blue {
color: #0083a3;
}
.cyan-sky {
color: #00b2b3;
}
.fresh-turquoise {
color: #3fd5d2;
}
.spinnaker {
color: #a3e0e0;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--ahoy-blue:#0083a3;
--cyan-sky:#00b2b3;
--fresh-turquoise:#3fd5d2;
--spinnaker:#a3e0e0;
--distant-horizon:#f1f9f9;
}