CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.persian-jewel {
color: #6e7dbf;
}
.misted-eve {
color: #a2b3d2;
}
.sunburst {
color: #f2b87d;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--persian-jewel:#6e7dbf;
--misted-eve:#a2b3d2;
--sunburst:#f2b87d;
--usubeni-red:#f26969;
}