Color names in this palette
CSS code for this palette
/* CSS */
.clear-vision {
color: #e7f2f8;
}
.blue-shimmer {
color: #b4dae4;
}
.high-elf-blue {
color: #8bbfd5;
}
.blue-mist {
color: #5ca7c7;
}
.blue-moon {
color: #3a8fa6;
}
/* CSS Variables */
:root {
--clear-vision:#e7f2f8;
--blue-shimmer:#b4dae4;
--high-elf-blue:#8bbfd5;
--blue-mist:#5ca7c7;
--blue-moon:#3a8fa6;
}