Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b3e6;
}
.orchid-dottyback {
color: #a65bb3;
}
.deep-amethyst {
color: #5e2a83;
}
.mystic-nights {
color: #4e2b6e;
}
.russian-violet {
color: #2f194d;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b3e6;
--orchid-dottyback:#a65bb3;
--deep-amethyst:#5e2a83;
--mystic-nights:#4e2b6e;
--russian-violet:#2f194d;
}