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