Color names in this palette
CSS code for this palette
/* CSS */
.pixie-powder {
color: #3c0e8b;
}
.true-purple {
color: #6a2c90;
}
.prickly-purple {
color: #a45cb2;
}
.light-orchid {
color: #e5a4d7;
}
.peach-patch {
color: #f2d6a1;
}
/* CSS Variables */
:root {
--pixie-powder:#3c0e8b;
--true-purple:#6a2c90;
--prickly-purple:#a45cb2;
--light-orchid:#e5a4d7;
--peach-patch:#f2d6a1;
}