Color names in this palette
CSS code for this palette
/* CSS */
.elegant-midnight {
color: #5908b5;
}
.sz-ll-si-grape {
color: #8924f5;
}
.lower-lip {
color: #f6418c;
}
.salted-caramel-popcorn {
color: #fdb153;
}
.sunny-festival {
color: #fec848;
}
/* CSS Variables */
:root {
--elegant-midnight:#5908b5;
--sz-ll-si-grape:#8924f5;
--lower-lip:#f6418c;
--salted-caramel-popcorn:#fdb153;
--sunny-festival:#fec848;
}