Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.sail-away {
color: #4eb2e4;
}
.middle-blue {
color: #80d4e5;
}
.ice-crystal-blue {
color: #a4e5e5;
}
.let-it-snow {
color: #d6f5f5;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--sail-away:#4eb2e4;
--middle-blue:#80d4e5;
--ice-crystal-blue:#a4e5e5;
--let-it-snow:#d6f5f5;
}