Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #d8abf2;
}
.wisteria {
color: #a47dc5;
}
.jubilee {
color: #7d5b9f;
}
.violet-indigo {
color: #4c2f6a;
}
.blackcurrant {
color: #2b1a3d;
}
/* CSS Variables */
:root {
--petal-plush:#d8abf2;
--wisteria:#a47dc5;
--jubilee:#7d5b9f;
--violet-indigo:#4c2f6a;
--blackcurrant:#2b1a3d;
}