CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.skyan {
color: #5cc9ff;
}
.shallow-water {
color: #8ff2ff;
}
.mintastic {
color: #b3ffe0;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--skyan:#5cc9ff;
--shallow-water:#8ff2ff;
--mintastic:#b3ffe0;
--matt-pink:#ffb3c1;
}