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