Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.royal-lavender {
color: #794ea2;
}
.soft-purple {
color: #a86bb3;
}
.be-my-valentine {
color: #ea99c3;
}
.ginger-peach {
color: #f7d0a1;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--royal-lavender:#794ea2;
--soft-purple:#a86bb3;
--be-my-valentine:#ea99c3;
--ginger-peach:#f7d0a1;
}