Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3dbbff;
}
.athena-blue {
color: #66d6ff;
}
.columbia-blue {
color: #99e0ff;
}
.pale-sky {
color: #c2f6ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3dbbff;
--athena-blue:#66d6ff;
--columbia-blue:#99e0ff;
--pale-sky:#c2f6ff;
}