Color names in this palette
CSS code for this palette
/* CSS */
.spacious-skies {
color: #d4e7f2;
}
.island-light {
color: #a6c9e8;
}
.windjammer {
color: #5ca9e0;
}
.uv-light {
color: #0098c7;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--spacious-skies:#d4e7f2;
--island-light:#a6c9e8;
--windjammer:#5ca9e0;
--uv-light:#0098c7;
--turkish-tile:#007c9e;
}