Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7b4b8b;
}
.berry-burst {
color: #a86dab;
}
.tropical-violet {
color: #d2a2e2;
}
.allspice {
color: #f9cca9;
}
.vanilla-cream {
color: #f7e4ab;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7b4b8b;
--berry-burst:#a86dab;
--tropical-violet:#d2a2e2;
--allspice:#f9cca9;
--vanilla-cream:#f7e4ab;
}