All Palettes

Color Palette #380a43, #5b1e6c, #7e4f8c, #a67d9f, #e7b1d1

0%
0%
0%

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;
}

More palettes to explore