Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3ab2f8;
}
.clean-pool {
color: #5cc0eb;
}
.pool-tiles {
color: #8cd4f2;
}
.fairy-sparkles {
color: #b4e4f9;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3ab2f8;
--clean-pool:#5cc0eb;
--pool-tiles:#8cd4f2;
--fairy-sparkles:#b4e4f9;
}