Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d1c7e5;
}
.lush-lilac {
color: #9e7eb9;
}
.parfait-d-amour {
color: #6f4c94;
}
.spanish-violet {
color: #4b2b82;
}
.dark-purple {
color: #380a43;
}
/* CSS Variables */
:root {
--italian-fitch:#d1c7e5;
--lush-lilac:#9e7eb9;
--parfait-d-amour:#6f4c94;
--spanish-violet:#4b2b82;
--dark-purple:#380a43;
}