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