Color names in this palette
CSS code for this palette
/* CSS */
.druchii-violet {
color: #7c2a92;
}
.mystic-nights {
color: #4d1f75;
}
.vanishing {
color: #3a0b51;
}
.parfait-d-amour {
color: #6e4c9a;
}
.favorite-lavender {
color: #d5a2d8;
}
/* CSS Variables */
:root {
--druchii-violet:#7c2a92;
--mystic-nights:#4d1f75;
--vanishing:#3a0b51;
--parfait-d-amour:#6e4c9a;
--favorite-lavender:#d5a2d8;
}