Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.wisteria {
color: #aa84c8;
}
.pretty-petunia {
color: #d4b3df;
}
.rose-shadow {
color: #f9c3cf;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--wisteria:#aa84c8;
--pretty-petunia:#d4b3df;
--rose-shadow:#f9c3cf;
--squash-blossom:#f6b83c;
}