Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a8edb;
}
.clean-pool {
color: #5ac2e7;
}
.tranquil-pool {
color: #8fddff;
}
.overtone {
color: #a0e9b3;
}
.gargantua {
color: #f3f04f;
}
/* CSS Variables */
:root {
--homeworld:#1a8edb;
--clean-pool:#5ac2e7;
--tranquil-pool:#8fddff;
--overtone:#a0e9b3;
--gargantua:#f3f04f;
}