Color names in this palette
CSS code for this palette
/* CSS */
.ice {
color: #d9fcfa;
}
.spinnaker {
color: #a3e0df;
}
.soft-turquoise {
color: #70d7d1;
}
.green-grapple {
color: #3eb6b0;
}
.sea-fantasy {
color: #1f9898;
}
/* CSS Variables */
:root {
--ice:#d9fcfa;
--spinnaker:#a3e0df;
--soft-turquoise:#70d7d1;
--green-grapple:#3eb6b0;
--sea-fantasy:#1f9898;
}