Color names in this palette
CSS code for this palette
/* CSS */
.wisteria-purple {
color: #8b5b9a;
}
.violet-femmes {
color: #a76c9d;
}
.peach-buff {
color: #c799be;
}
.gumball {
color: #e4afd4;
}
.pink-frosting {
color: #f8d8e2;
}
/* CSS Variables */
:root {
--wisteria-purple:#8b5b9a;
--violet-femmes:#a76c9d;
--peach-buff:#c799be;
--gumball:#e4afd4;
--pink-frosting:#f8d8e2;
}