Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #0092d6;
}
.sail-away {
color: #51b4e1;
}
.sky-of-ocean {
color: #7fceeb;
}
.ganon-blue {
color: #a5e1f8;
}
.pale-sky {
color: #c2f4ff;
}
/* CSS Variables */
:root {
--kahu-blue:#0092d6;
--sail-away:#51b4e1;
--sky-of-ocean:#7fceeb;
--ganon-blue:#a5e1f8;
--pale-sky:#c2f4ff;
}