Color names in this palette
CSS code for this palette
/* CSS */
.heartless {
color: #5e3a73;
}
.cleopatra-s-gown {
color: #7b4f8c;
}
.royal-pretender {
color: #a067a2;
}
.rock-star-pink {
color: #c78eb4;
}
.light-orchid {
color: #e5a4d4;
}
/* CSS Variables */
:root {
--heartless:#5e3a73;
--cleopatra-s-gown:#7b4f8c;
--royal-pretender:#a067a2;
--rock-star-pink:#c78eb4;
--light-orchid:#e5a4d4;
}