Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7b4b8b;
}
.royal-pretender {
color: #a15ea6;
}
.prominent-pink {
color: #d79dc4;
}
.changeling-pink {
color: #f5a8d1;
}
.sugar-high {
color: #f1c6e7;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7b4b8b;
--royal-pretender:#a15ea6;
--prominent-pink:#d79dc4;
--changeling-pink:#f5a8d1;
--sugar-high:#f1c6e7;
}