Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b6e2;
}
.soft-purple {
color: #a36eb9;
}
.grapes-of-italy {
color: #6e4b8b;
}
.mystic-nights {
color: #4e2c6d;
}
.russian-violet {
color: #2e1a47;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b6e2;
--soft-purple:#a36eb9;
--grapes-of-italy:#6e4b8b;
--mystic-nights:#4e2c6d;
--russian-violet:#2e1a47;
}