Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.crystalsong-blue {
color: #50b4b4;
}
.andes-sky {
color: #76d5d5;
}
.spinnaker {
color: #a3e0e0;
}
.tinted-ice {
color: #c9f3f3;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--crystalsong-blue:#50b4b4;
--andes-sky:#76d5d5;
--spinnaker:#a3e0e0;
--tinted-ice:#c9f3f3;
}