Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-gluttony {
color: #e77e23;
}
.warming-heart {
color: #d54b39;
}
.plum-dust {
color: #aa4b92;
}
.amaranth-purple {
color: #6b3f8d;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--orange-gluttony:#e77e23;
--warming-heart:#d54b39;
--plum-dust:#aa4b92;
--amaranth-purple:#6b3f8d;
}