Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db4f0;
}
.norfolk-sky {
color: #64c0e8;
}
.atmospheric-soft-blue {
color: #a8e3f0;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db4f0;
--norfolk-sky:#64c0e8;
--atmospheric-soft-blue:#a8e3f0;
--pale-blue:#d1f7ff;
}