Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.lake-thun {
color: #4bb5e2;
}
.middle-blue {
color: #7dd3e8;
}
.blizzard-blue {
color: #9ee5f0;
}
.icy-breeze {
color: #c0eff7;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--lake-thun:#4bb5e2;
--middle-blue:#7dd3e8;
--blizzard-blue:#9ee5f0;
--icy-breeze:#c0eff7;
}