Color names in this palette
CSS code for this palette
/* CSS */
.clear-skies {
color: #e5f7ff;
}
.frozen-landscape {
color: #b3e0ff;
}
.chromis-damsel-blue {
color: #80ccff;
}
.hello-summer {
color: #4db8ff;
}
.tomb-blue {
color: #0099cc;
}
/* CSS Variables */
:root {
--clear-skies:#e5f7ff;
--frozen-landscape:#b3e0ff;
--chromis-damsel-blue:#80ccff;
--hello-summer:#4db8ff;
--tomb-blue:#0099cc;
}