Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.hello-summer {
color: #4db8ff;
}
.drift-on-the-sea {
color: #85cdfa;
}
.frozen-landscape {
color: #b3e0ff;
}
.clear-skies {
color: #e5f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--hello-summer:#4db8ff;
--drift-on-the-sea:#85cdfa;
--frozen-landscape:#b3e0ff;
--clear-skies:#e5f7ff;
}