Color names in this palette
CSS code for this palette
/* CSS */
.powder-blue {
color: #afe1e9;
}
.winter-chill {
color: #8dced8;
}
.epimetheus {
color: #4eb3d4;
}
.scuba-blue {
color: #00a1c2;
}
.cleopatra {
color: #00778f;
}
/* CSS Variables */
:root {
--powder-blue:#afe1e9;
--winter-chill:#8dced8;
--epimetheus:#4eb3d4;
--scuba-blue:#00a1c2;
--cleopatra:#00778f;
}