Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.prickly-purple {
color: #a35cbc;
}
.pretty-petunia {
color: #d5b1e2;
}
.light-orchid {
color: #e9a5d1;
}
.blush-tint {
color: #f3e2e6;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--prickly-purple:#a35cbc;
--pretty-petunia:#d5b1e2;
--light-orchid:#e9a5d1;
--blush-tint:#f3e2e6;
}