Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.ti-n-l-n-sky {
color: #5cb0ff;
}
.kul-sharif-blue {
color: #8ad4ff;
}
.droplet {
color: #a8e1ff;
}
.blue-hijab {
color: #d1f1ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--ti-n-l-n-sky:#5cb0ff;
--kul-sharif-blue:#8ad4ff;
--droplet:#a8e1ff;
--blue-hijab:#d1f1ff;
}