Color names in this palette
CSS code for this palette
/* CSS */
.uranus {
color: #a7eaf1;
}
.middle-blue {
color: #81d7e4;
}
.epimetheus {
color: #4ab3d3;
}
.toy-blue {
color: #008c9e;
}
.egyptian-enamel {
color: #005c66;
}
/* CSS Variables */
:root {
--uranus:#a7eaf1;
--middle-blue:#81d7e4;
--epimetheus:#4ab3d3;
--toy-blue:#008c9e;
--egyptian-enamel:#005c66;
}