Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.sail-away {
color: #51b4e1;
}
.horizon-haze {
color: #82c3e3;
}
.ocean-front {
color: #b7e3f1;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--sail-away:#51b4e1;
--horizon-haze:#82c3e3;
--ocean-front:#b7e3f1;
--coastal-breeze:#e0f7fa;
}