Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.clean-pool {
color: #4ac2e3;
}
.turkish-turquoise {
color: #7be3e5;
}
.waterspout {
color: #a0f2f3;
}
.diamond-league {
color: #cff0f2;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--clean-pool:#4ac2e3;
--turkish-turquoise:#7be3e5;
--waterspout:#a0f2f3;
--diamond-league:#cff0f2;
}