Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3dbbff;
}
.hello-summer {
color: #5cc3ff;
}
.malm-ff {
color: #a3d4ff;
}
.winter-s-day {
color: #e0f6ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3dbbff;
--hello-summer:#5cc3ff;
--malm-ff:#a3d4ff;
--winter-s-day:#e0f6ff;
}