CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #38afff;
}
.skyan {
color: #5cc9ff;
}
.tranquil-pool {
color: #85e0ff;
}
.waterspout {
color: #a3f3ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#38afff;
--skyan:#5cc9ff;
--tranquil-pool:#85e0ff;
--waterspout:#a3f3ff;
}