Color names in this palette
CSS code for this palette
/* CSS */
.fine-purple {
color: #5e4f8c;
}
.lilac-bush {
color: #9a7acd;
}
.tropical-violet {
color: #d4a6e2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--fine-purple:#5e4f8c;
--lilac-bush:#9a7acd;
--tropical-violet:#d4a6e2;
--solar-plexus-chakra:#f1c84b;
--citrus-blast:#e07b38;
}