Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.sail-away {
color: #50b4e2;
}
.middle-blue {
color: #80d2e5;
}
.first-frost {
color: #d1e7f0;
}
.twinkling-lights {
color: #fff9c2;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--sail-away:#50b4e2;
--middle-blue:#80d2e5;
--first-frost:#d1e7f0;
--twinkling-lights:#fff9c2;
}