Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9bdb;
}
.clean-pool {
color: #4fb8e8;
}
.poseidon-jr {
color: #6ce4ef;
}
.ice-citadel {
color: #b4f1f8;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--homeworld:#1a9bdb;
--clean-pool:#4fb8e8;
--poseidon-jr:#6ce4ef;
--ice-citadel:#b4f1f8;
--cotton-ball:#f3f8fc;
}