CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.bateau {
color: #1d6f9a;
}
.sail-away {
color: #4cb2e1;
}
.afternoon-sky {
color: #89cfeb;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--bateau:#1d6f9a;
--sail-away:#4cb2e1;
--afternoon-sky:#89cfeb;
}