Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.earth-yellow {
color: #e0a55c;
}
.light-tomato {
color: #d27474;
}
.orchid-lei {
color: #9e4c79;
}
.parfait-d-amour {
color: #6b4d99;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--earth-yellow:#e0a55c;
--light-tomato:#d27474;
--orchid-lei:#9e4c79;
--parfait-d-amour:#6b4d99;
}