Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4b2e5c;
}
.gutsy-grape {
color: #6c4f82;
}
.violetta {
color: #a76c9b;
}
.lavender-blessing {
color: #d6b8c6;
}
.be-mine {
color: #f3e2e7;
}
/* CSS Variables */
:root {
--deep-plum:#4b2e5c;
--gutsy-grape:#6c4f82;
--violetta:#a76c9b;
--lavender-blessing:#d6b8c6;
--be-mine:#f3e2e7;
}