Color names in this palette
CSS code for this palette
/* CSS */
.touching-white {
color: #f4e0d7;
}
.sweet-lilac {
color: #eab8d1;
}
.damson-plum {
color: #d89edb;
}
.wisteria {
color: #a77ccb;
}
.parfait-d-amour {
color: #6b4c9a;
}
/* CSS Variables */
:root {
--touching-white:#f4e0d7;
--sweet-lilac:#eab8d1;
--damson-plum:#d89edb;
--wisteria:#a77ccb;
--parfait-d-amour:#6b4c9a;
}