Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4b8b;
}
.choral-singer {
color: #b77b97;
}
.parfait-pink {
color: #e6b2c4;
}
.calla {
color: #f2e0b5;
}
.peachy-tint {
color: #e2a47e;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4b8b;
--choral-singer:#b77b97;
--parfait-pink:#e6b2c4;
--calla:#f2e0b5;
--peachy-tint:#e2a47e;
}