Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit {
color: #ff5c5c;
}
.cape-jasmine {
color: #ffb85c;
}
.corn {
color: #ffec5c;
}
.thallium-flame {
color: #5cff8a;
}
.skinny-jeans {
color: #5c8fff;
}
/* CSS Variables */
:root {
--grapefruit:#ff5c5c;
--cape-jasmine:#ffb85c;
--corn:#ffec5c;
--thallium-flame:#5cff8a;
--skinny-jeans:#5c8fff;
}