Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.sail-away {
color: #51b4e1;
}
.middle-blue {
color: #80d4e5;
}
.blizzard-blue {
color: #a2e1f1;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--sail-away:#51b4e1;
--middle-blue:#80d4e5;
--blizzard-blue:#a2e1f1;
--pale-blue:#d1f7ff;
}