Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a8edb;
}
.high-blue {
color: #4da3e0;
}
.malibu {
color: #65b9e6;
}
.kul-sharif-blue {
color: #8ad6f4;
}
.ice-effect {
color: #b3ebff;
}
/* CSS Variables */
:root {
--homeworld:#1a8edb;
--high-blue:#4da3e0;
--malibu:#65b9e6;
--kul-sharif-blue:#8ad6f4;
--ice-effect:#b3ebff;
}