Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.prickly-purple {
color: #a45fbf;
}
.bright-ube {
color: #d1a4e5;
}
.vanilla {
color: #f3e4aa;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--prickly-purple:#a45fbf;
--bright-ube:#d1a4e5;
--vanilla:#f3e4aa;
--creamy-sweet-corn:#f9c54e;
}