Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.violethargic {
color: #5b1e6c;
}
.cleopatra-s-gown {
color: #7e4f8c;
}
.usu-pink {
color: #a67d9f;
}
.gumball {
color: #e7b1d1;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--violethargic:#5b1e6c;
--cleopatra-s-gown:#7e4f8c;
--usu-pink:#a67d9f;
--gumball:#e7b1d1;
}