Color names in this palette
CSS code for this palette
/* CSS */
.light-steel-blue {
color: #b0c4de;
}
.drift-on-the-sea {
color: #85cdfa;
}
.capri {
color: #00bfff;
}
.clear-chill {
color: #1f8fff;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--light-steel-blue:#b0c4de;
--drift-on-the-sea:#85cdfa;
--capri:#00bfff;
--clear-chill:#1f8fff;
--steel-blue:#4682b4;
}