Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.chill-of-the-night {
color: #1d6f90;
}
.cadet-blue {
color: #609d9f;
}
.drift-on-the-sea {
color: #85cdfa;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--chill-of-the-night:#1d6f90;
--cadet-blue:#609d9f;
--drift-on-the-sea:#85cdfa;
}