CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.rich-lavender {
color: #a26ad2;
}
.new-violet {
color: #d6c1e1;
}
.lolly {
color: #ff9c8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--rich-lavender:#a26ad2;
--new-violet:#d6c1e1;
--lolly:#ff9c8f;
--grapefruit-pulp:#ff6e61;
}