Color names in this palette
CSS code for this palette
/* CSS */
.skeletor-s-cape {
color: #792c90;
}
.hyacinth-violet {
color: #9c4f9c;
}
.purception {
color: #c58fd6;
}
.lovecloud {
color: #e6b7f0;
}
.sassy-pink {
color: #f3cff7;
}
/* CSS Variables */
:root {
--skeletor-s-cape:#792c90;
--hyacinth-violet:#9c4f9c;
--purception:#c58fd6;
--lovecloud:#e6b7f0;
--sassy-pink:#f3cff7;
}