Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.blue-mana {
color: #5dbeef;
}
.photon-barrier {
color: #8ae1f4;
}
.ballerina-tears {
color: #f5b8b2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--blue-mana:#5dbeef;
--photon-barrier:#8ae1f4;
--ballerina-tears:#f5b8b2;
--grapefruit-pulp:#ff6e61;
}