Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5c4f8c;
}
.wisteria {
color: #a57cbb;
}
.pretty-pink-piggy {
color: #f2a6d9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--purple-corallite:#5c4f8c;
--wisteria:#a57cbb;
--pretty-pink-piggy:#f2a6d9;
--solar-plexus-chakra:#f1c84b;
--spicy-paella:#f28d3a;
}