Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6a4e8d;
}
.violet-femmes {
color: #a76c9c;
}
.mental-floss {
color: #e0b2c3;
}
.a-smell-of-bakery {
color: #f3e8d8;
}
.god-given {
color: #f9f4e1;
}
/* CSS Variables */
:root {
--magenta-violet:#6a4e8d;
--violet-femmes:#a76c9c;
--mental-floss:#e0b2c3;
--a-smell-of-bakery:#f3e8d8;
--god-given:#f9f4e1;
}