Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9edb;
}
.sail-away {
color: #4eb2e4;
}
.below-zero {
color: #80d2ef;
}
.ganon-blue {
color: #9fe4f9;
}
.blue-hijab {
color: #d1f4ff;
}
/* CSS Variables */
:root {
--homeworld:#1a9edb;
--sail-away:#4eb2e4;
--below-zero:#80d2ef;
--ganon-blue:#9fe4f9;
--blue-hijab:#d1f4ff;
}