CSS code for this palette
/* CSS */
.her-highness {
color: #3f2b6e;
}
.studio {
color: #6c4fa1;
}
.soft-purple {
color: #a669b0;
}
.rose-mallow {
color: #f1a7c6;
}
.hawkbit {
color: #ffdc6b;
}
/* CSS Variables */
:root {
--her-highness:#3f2b6e;
--studio:#6c4fa1;
--soft-purple:#a669b0;
--rose-mallow:#f1a7c6;
--hawkbit:#ffdc6b;
}