Color names in this palette
CSS code for this palette
/* CSS */
.autumn-wisteria {
color: #c9a6d9;
}
.lobby-lilac {
color: #a67fb8;
}
.parfait-d-amour {
color: #6b4c9a;
}
.plum-dust {
color: #a94c99;
}
.her-highness {
color: #3b2970;
}
/* CSS Variables */
:root {
--autumn-wisteria:#c9a6d9;
--lobby-lilac:#a67fb8;
--parfait-d-amour:#6b4c9a;
--plum-dust:#a94c99;
--her-highness:#3b2970;
}