Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.vicious-violet {
color: #8a4f9c;
}
.soft-purple {
color: #aa6eb4;
}
.chateau-rose {
color: #d9a1d0;
}
.rosy-nectar {
color: #f5c2e2;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--vicious-violet:#8a4f9c;
--soft-purple:#aa6eb4;
--chateau-rose:#d9a1d0;
--rosy-nectar:#f5c2e2;
}