Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.princess {
color: #f1a7b2;
}
.turnip-the-pink {
color: #e87379;
}
.royal-pretender {
color: #9a5fab;
}
.passion-flower {
color: #6b509b;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--princess:#f1a7b2;
--turnip-the-pink:#e87379;
--royal-pretender:#9a5fab;
--passion-flower:#6b509b;
}