Color names in this palette
CSS code for this palette
/* CSS */
.cyan-cornflower-blue {
color: #1e8cc2;
}
.lake-thun {
color: #4cb7e1;
}
.middle-blue {
color: #7dd6e8;
}
.ganon-blue {
color: #a6e4f7;
}
.thin-air {
color: #c7f8ff;
}
/* CSS Variables */
:root {
--cyan-cornflower-blue:#1e8cc2;
--lake-thun:#4cb7e1;
--middle-blue:#7dd6e8;
--ganon-blue:#a6e4f7;
--thin-air:#c7f8ff;
}