Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.ti-n-l-n-sky {
color: #5cb3ff;
}
.shiva-blue {
color: #99d6ff;
}
.lucid-dreams {
color: #cceeff;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--ti-n-l-n-sky:#5cb3ff;
--shiva-blue:#99d6ff;
--lucid-dreams:#cceeff;
--coastal-breeze:#e0f7fa;
}