Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3bb8f1;
}
.sea-capture {
color: #5dc6e9;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.icy-landscape {
color: #bfe8f8;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3bb8f1;
--sea-capture:#5dc6e9;
--chefchaouen-blue:#a1d1e8;
--icy-landscape:#bfe8f8;
}