Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.clear-skies {
color: #e5f7ff;
}
.frozen-landscape {
color: #b3e0ff;
}
.chromis-damsel-blue {
color: #80ccff;
}
.fantasy-console-sky {
color: #33b4ff;
}
/* CSS Variables */
:root {
--white:#ffffff;
--clear-skies:#e5f7ff;
--frozen-landscape:#b3e0ff;
--chromis-damsel-blue:#80ccff;
--fantasy-console-sky:#33b4ff;
}