Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.prickly-purple {
color: #a45fbf;
}
.glittering-gemstone {
color: #e2c5e1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--prickly-purple:#a45fbf;
--glittering-gemstone:#e2c5e1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}