Color names in this palette
CSS code for this palette
/* CSS */
.deep-wisteria {
color: #4a3c77;
}
.jubilee {
color: #7c5f9b;
}
.wisteria {
color: #a87dba;
}
.rose-mallow {
color: #f5a3c7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--deep-wisteria:#4a3c77;
--jubilee:#7c5f9b;
--wisteria:#a87dba;
--rose-mallow:#f5a3c7;
--grapefruit-pulp:#ff6e61;
}