Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b7e1;
}
.violet-femmes {
color: #a76c9f;
}
.dark-pansy {
color: #5e3e7a;
}
.mystic-nights {
color: #4d2f6f;
}
.christalle {
color: #392960;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b7e1;
--violet-femmes:#a76c9f;
--dark-pansy:#5e3e7a;
--mystic-nights:#4d2f6f;
--christalle:#392960;
}