Color names in this palette
CSS code for this palette
/* CSS */
.cabbage-blossom-violet {
color: #6e4d7a;
}
.violet-femmes {
color: #a06a9d;
}
.heart-to-heart {
color: #d5a5c6;
}
.beauty-queen {
color: #c45a8d;
}
.wilted-brown {
color: #a94b3d;
}
/* CSS Variables */
:root {
--cabbage-blossom-violet:#6e4d7a;
--violet-femmes:#a06a9d;
--heart-to-heart:#d5a5c6;
--beauty-queen:#c45a8d;
--wilted-brown:#a94b3d;
}