Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8e9d;
}
.crystalsong-blue {
color: #4fb5b5;
}
.andes-sky {
color: #75d7d7;
}
.spinnaker {
color: #a3e0e0;
}
.milky-way {
color: #e4f7f7;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8e9d;
--crystalsong-blue:#4fb5b5;
--andes-sky:#75d7d7;
--spinnaker:#a3e0e0;
--milky-way:#e4f7f7;
}