CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.alice-blue {
color: #f0f8ff;
}
.light-blue {
color: #add8e6;
}
.white {
color: #ffffff;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--alice-blue:#f0f8ff;
--light-blue:#add8e6;
--white:#ffffff;
--light-cyan:#e0ffff;
}