Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.hello-summer {
color: #4db8ff;
}
.tranquil-pool {
color: #80d7ff;
}
.ganon-blue {
color: #a3e3ff;
}
.pale-blue {
color: #d1f9ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--hello-summer:#4db8ff;
--tranquil-pool:#80d7ff;
--ganon-blue:#a3e3ff;
--pale-blue:#d1f9ff;
}