Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3bb5f1;
}
.clean-pool {
color: #5ac9e7;
}
.photon-barrier {
color: #8ce0f3;
}
.mint-macaron {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3bb5f1;
--clean-pool:#5ac9e7;
--photon-barrier:#8ce0f3;
--mint-macaron:#b1eaf2;
}