Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db1ff;
}
.skyan {
color: #5cc6ff;
}
.silverpine-cyan {
color: #8fe3ff;
}
.waterspout {
color: #a8f6ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db1ff;
--skyan:#5cc6ff;
--silverpine-cyan:#8fe3ff;
--waterspout:#a8f6ff;
}