Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #2c8cc3;
}
.sail-away {
color: #4fb3e8;
}
.kul-sharif-blue {
color: #7fd4f5;
}
.ganon-blue {
color: #a5e3f8;
}
.pale-sky {
color: #c0f5fc;
}
/* CSS Variables */
:root {
--christmas-blue:#2c8cc3;
--sail-away:#4fb3e8;
--kul-sharif-blue:#7fd4f5;
--ganon-blue:#a5e3f8;
--pale-sky:#c0f5fc;
}