Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.hello-summer {
color: #4db8ff;
}
.chromis-damsel-blue {
color: #80d0ff;
}
.frozen-landscape {
color: #b3e0ff;
}
.winter-s-day {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--hello-summer:#4db8ff;
--chromis-damsel-blue:#80d0ff;
--frozen-landscape:#b3e0ff;
--winter-s-day:#e0f7ff;
}