Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db5ff;
}
.skyan {
color: #66c2ff;
}
.apocyan {
color: #99d1ff;
}
.veiling-waterfalls {
color: #d1e8ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db5ff;
--skyan:#66c2ff;
--apocyan:#99d1ff;
--veiling-waterfalls:#d1e8ff;
}