Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #199bd7;
}
.summer-sky {
color: #3cb3e2;
}
.sea-capture {
color: #5cc5e6;
}
.bath-water {
color: #8ce6f2;
}
.waterspout {
color: #a5f8f8;
}
/* CSS Variables */
:root {
--homeworld:#199bd7;
--summer-sky:#3cb3e2;
--sea-capture:#5cc5e6;
--bath-water:#8ce6f2;
--waterspout:#a5f8f8;
}