Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.prickly-purple {
color: #a45fbf;
}
.york-plum {
color: #d4c1e6;
}
.yellow-avarice {
color: #f6f7d9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--prickly-purple:#a45fbf;
--york-plum:#d4c1e6;
--yellow-avarice:#f6f7d9;
--creamy-sweet-corn:#f9c54e;
}