Color names in this palette
CSS code for this palette
/* CSS */
.clear-sky {
color: #8fcbff;
}
.lake-thun {
color: #49b5e4;
}
.blue-damselfly {
color: #2c9fd8;
}
.dresden-blue {
color: #0087b8;
}
.methyl-blue {
color: #0073a8;
}
/* CSS Variables */
:root {
--clear-sky:#8fcbff;
--lake-thun:#49b5e4;
--blue-damselfly:#2c9fd8;
--dresden-blue:#0087b8;
--methyl-blue:#0073a8;
}