Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.hello-summer {
color: #4db8ff;
}
.tranquil-pool {
color: #80ddff;
}
.ganon-blue {
color: #a0e0f8;
}
.winter-s-day {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--hello-summer:#4db8ff;
--tranquil-pool:#80ddff;
--ganon-blue:#a0e0f8;
--winter-s-day:#e0f7ff;
}