Color names in this palette
CSS code for this palette
/* CSS */
.velvet-vortex {
color: #4c0d6e;
}
.true-purple {
color: #6f2c90;
}
.ripe-lavander {
color: #a659c9;
}
.bright-ube {
color: #d4a1e2;
}
.light-lavender {
color: #f1c5f7;
}
/* CSS Variables */
:root {
--velvet-vortex:#4c0d6e;
--true-purple:#6f2c90;
--ripe-lavander:#a659c9;
--bright-ube:#d4a1e2;
--light-lavender:#f1c5f7;
}