Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1d8d95;
}
.glassmith {
color: #4cb6c2;
}
.july {
color: #88d5e7;
}
.break-the-ice {
color: #b3e2ef;
}
.clear-skies {
color: #e5f9ff;
}
/* CSS Variables */
:root {
--sea-fantasy:#1d8d95;
--glassmith:#4cb6c2;
--july:#88d5e7;
--break-the-ice:#b3e2ef;
--clear-skies:#e5f9ff;
}