Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1c9ad4;
}
.clean-pool {
color: #55c3f6;
}
.turkish-turquoise {
color: #77e1f3;
}
.uranus {
color: #a8e4f0;
}
.mid-spring-morning {
color: #d0f6f1;
}
/* CSS Variables */
:root {
--homeworld:#1c9ad4;
--clean-pool:#55c3f6;
--turkish-turquoise:#77e1f3;
--uranus:#a8e4f0;
--mid-spring-morning:#d0f6f1;
}