Color names in this palette
CSS code for this palette
/* CSS */
.deep-wisteria {
color: #4b3e75;
}
.jubilee {
color: #7b5b9f;
}
.wisteria {
color: #a77ccb;
}
.testosterose {
color: #d8a8ff;
}
.strawberry-buttercream {
color: #ffb3ff;
}
/* CSS Variables */
:root {
--deep-wisteria:#4b3e75;
--jubilee:#7b5b9f;
--wisteria:#a77ccb;
--testosterose:#d8a8ff;
--strawberry-buttercream:#ffb3ff;
}