Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.viola {
color: #9a69bf;
}
.candy-floss {
color: #e2a2e6;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.rogue-pink {
color: #f9a4c2;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--viola:#9a69bf;
--candy-floss:#e2a2e6;
--antique-wicker-basket:#f6d4a2;
--rogue-pink:#f9a4c2;
}