Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.skyan {
color: #6bc9ff;
}
.winter-wizard {
color: #a3e5ff;
}
.heaven-gates {
color: #c7f0ff;
}
.winter-s-day {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--skyan:#6bc9ff;
--winter-wizard:#a3e5ff;
--heaven-gates:#c7f0ff;
--winter-s-day:#e0f7ff;
}