Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9ad5;
}
.clean-pool {
color: #4ac3e8;
}
.turquoise-sea {
color: #68d9e3;
}
.luminescent-blue {
color: #a0e0e9;
}
.icy-breeze {
color: #c3f1f4;
}
/* CSS Variables */
:root {
--homeworld:#1a9ad5;
--clean-pool:#4ac3e8;
--turquoise-sea:#68d9e3;
--luminescent-blue:#a0e0e9;
--icy-breeze:#c3f1f4;
}