Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7d4b8b;
}
.prickly-purple {
color: #a35db6;
}
.bright-ube {
color: #d1a6e8;
}
.lavender-princess {
color: #e5d3f3;
}
.soft-lavender {
color: #f5dffb;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7d4b8b;
--prickly-purple:#a35db6;
--bright-ube:#d1a6e8;
--lavender-princess:#e5d3f3;
--soft-lavender:#f5dffb;
}