Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.blue-mana {
color: #5dbeef;
}
.photon-barrier {
color: #8ee3f0;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--blue-mana:#5dbeef;
--photon-barrier:#8ee3f0;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}