Color names in this palette
CSS code for this palette
/* CSS */
.exotic-purple {
color: #6a4f78;
}
.violet-femmes {
color: #a76c9d;
}
.geranium-bud {
color: #d2a3c4;
}
.sweetheart {
color: #f4c3d6;
}
.peach-rose {
color: #f6e2d5;
}
/* CSS Variables */
:root {
--exotic-purple:#6a4f78;
--violet-femmes:#a76c9d;
--geranium-bud:#d2a3c4;
--sweetheart:#f4c3d6;
--peach-rose:#f6e2d5;
}