Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7f3a9c;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.high-maintenance {
color: #d78eba;
}
.changeling-pink {
color: #f2b1d0;
}
.cherry-flower {
color: #f9d7e9;
}
/* CSS Variables */
:root {
--cadmium-violet:#7f3a9c;
--heath-spotted-orchid:#a65e9e;
--high-maintenance:#d78eba;
--changeling-pink:#f2b1d0;
--cherry-flower:#f9d7e9;
}