Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.saxony-blue {
color: #1d6e8b;
}
.afternoon-sky {
color: #89cfeb;
}
.light-blue {
color: #add8e6;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--saxony-blue:#1d6e8b;
--afternoon-sky:#89cfeb;
--light-blue:#add8e6;
}