Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.imperial-purple {
color: #5b2965;
}
.cleopatra-s-gown {
color: #7f4b8b;
}
.berry-burst {
color: #a96eaa;
}
.favorite-lavender {
color: #d9a1d6;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--imperial-purple:#5b2965;
--cleopatra-s-gown:#7f4b8b;
--berry-burst:#a96eaa;
--favorite-lavender:#d9a1d6;
}