Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.hello-summer {
color: #4db5ff;
}
.chromis-damsel-blue {
color: #80d0ff;
}
.fresh-air {
color: #a8e6ff;
}
.pale-blue {
color: #d1f6ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--hello-summer:#4db5ff;
--chromis-damsel-blue:#80d0ff;
--fresh-air:#a8e6ff;
--pale-blue:#d1f6ff;
}