Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.high-blue {
color: #4ab0e3;
}
.middle-blue {
color: #7cd1e9;
}
.blizzard-blue {
color: #a4e4ef;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--high-blue:#4ab0e3;
--middle-blue:#7cd1e9;
--blizzard-blue:#a4e4ef;
--pale-blue:#d1f7ff;
}