Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.violethargic {
color: #5e1f6b;
}
.cadmium-violet {
color: #7d3f92;
}
.soft-purple {
color: #a76cb2;
}
.exotic-violet {
color: #e2a1d4;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--violethargic:#5e1f6b;
--cadmium-violet:#7d3f92;
--soft-purple:#a76cb2;
--exotic-violet:#e2a1d4;
}