Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.maximum-yellow-red {
color: #f1b74b;
}
.sumac-dyed {
color: #e78d18;
}
.capocollo {
color: #d8544f;
}
.violet-femmes {
color: #a46a9f;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--maximum-yellow-red:#f1b74b;
--sumac-dyed:#e78d18;
--capocollo:#d8544f;
--violet-femmes:#a46a9f;
}