CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db1ff;
}
.athena-blue {
color: #61daff;
}
.fresh-air {
color: #a3e7ff;
}
.pale-blue {
color: #d1f9ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db1ff;
--athena-blue:#61daff;
--fresh-air:#a3e7ff;
--pale-blue:#d1f9ff;
}