Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-gluttony {
color: #e77e23;
}
.spirit-warrior {
color: #d9513f;
}
.aged-purple {
color: #a34d9f;
}
.persian-jewel {
color: #697eba;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--orange-gluttony:#e77e23;
--spirit-warrior:#d9513f;
--aged-purple:#a34d9f;
--persian-jewel:#697eba;
}