Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8a;
}
.crystalsong-blue {
color: #4bb4b0;
}
.andes-sky {
color: #76d5d5;
}
.spinnaker {
color: #a3e0df;
}
.distant-horizon {
color: #f2f8f7;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8a;
--crystalsong-blue:#4bb4b0;
--andes-sky:#76d5d5;
--spinnaker:#a3e0df;
--distant-horizon:#f2f8f7;
}