Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4c3c5d;
}
.cleopatra-s-gown {
color: #7c4b8b;
}
.violet-femmes {
color: #a76c9f;
}
.pink-pussycat {
color: #d89da0;
}
.new-clay {
color: #f2c0b5;
}
/* CSS Variables */
:root {
--powerful-mauve:#4c3c5d;
--cleopatra-s-gown:#7c4b8b;
--violet-femmes:#a76c9f;
--pink-pussycat:#d89da0;
--new-clay:#f2c0b5;
}