Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a6e7;
}
.lavender-blossom {
color: #b57dcf;
}
.magenta-violet {
color: #6d4f8c;
}
.minsk {
color: #3c296a;
}
.middle-red-purple {
color: #1d0b37;
}
/* CSS Variables */
:root {
--bright-ube:#d4a6e7;
--lavender-blossom:#b57dcf;
--magenta-violet:#6d4f8c;
--minsk:#3c296a;
--middle-red-purple:#1d0b37;
}