Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.ti-n-l-n-sky {
color: #61b8ff;
}
.drift-on-the-sea {
color: #85cdfa;
}
.powder-blue {
color: #b1e0e7;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--ti-n-l-n-sky:#61b8ff;
--drift-on-the-sea:#85cdfa;
--powder-blue:#b1e0e7;
--light-cyan:#e0ffff;
}