Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.grape-illusion {
color: #baa7d7;
}
.purity {
color: #d5c7e1;
}
.eau-de-rose {
color: #e1b7d2;
}
.pink-chalk {
color: #f4a4bf;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--grape-illusion:#baa7d7;
--purity:#d5c7e1;
--eau-de-rose:#e1b7d2;
--pink-chalk:#f4a4bf;
}