Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4b8b;
}
.violet-femmes {
color: #a76c9e;
}
.geranium-bud {
color: #d2a3ca;
}
.minute-mauve {
color: #f4e4f6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4b8b;
--violet-femmes:#a76c9e;
--geranium-bud:#d2a3ca;
--minute-mauve:#f4e4f6;
--creamy-sweet-corn:#f9c54e;
}