Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.sail-away {
color: #4eb7e4;
}
.kul-sharif-blue {
color: #81d5f3;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.icy-landscape {
color: #c3e9f4;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--sail-away:#4eb7e4;
--kul-sharif-blue:#81d5f3;
--atmospheric-soft-blue:#a8e2f0;
--icy-landscape:#c3e9f4;
}