Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db5ff;
}
.kul-sharif-blue {
color: #85d4ff;
}
.ice-effect {
color: #b8e7ff;
}
.wizard-white {
color: #e0f2ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db5ff;
--kul-sharif-blue:#85d4ff;
--ice-effect:#b8e7ff;
--wizard-white:#e0f2ff;
}