Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.charter {
color: #6cb4d0;
}
.boat-house {
color: #4b8ebe;
}
.mosaic-blue {
color: #007e94;
}
.abyssal-waters {
color: #005866;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--charter:#6cb4d0;
--boat-house:#4b8ebe;
--mosaic-blue:#007e94;
--abyssal-waters:#005866;
}