Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.hello-summer {
color: #4db8ff;
}
.chromis-damsel-blue {
color: #80d2ff;
}
.ganon-blue {
color: #a3e0ff;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--hello-summer:#4db8ff;
--chromis-damsel-blue:#80d2ff;
--ganon-blue:#a3e0ff;
--pale-blue:#d1f7ff;
}