Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #199bd7;
}
.sail-away {
color: #51b4e1;
}
.middle-blue {
color: #7dd6e3;
}
.crystal-river {
color: #b4e6f3;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--homeworld:#199bd7;
--sail-away:#51b4e1;
--middle-blue:#7dd6e3;
--crystal-river:#b4e6f3;
--cotton-ball:#f3f9fc;
}