Color names in this palette
CSS code for this palette
/* CSS */
.celestine-spring {
color: #209dcb;
}
.lake-thun {
color: #4dc0e0;
}
.photon-barrier {
color: #82e3f2;
}
.ice-citadel {
color: #b0f5fc;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--celestine-spring:#209dcb;
--lake-thun:#4dc0e0;
--photon-barrier:#82e3f2;
--ice-citadel:#b0f5fc;
--light-cyan:#e0ffff;
}