Color names in this palette
CSS code for this palette
/* CSS */
.oranzhewyi-orange {
color: #f25c3a;
}
.flaming-cauldron {
color: #f7a173;
}
.jemima {
color: #f7d47e;
}
.durango-dust {
color: #f9e19f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--oranzhewyi-orange:#f25c3a;
--flaming-cauldron:#f7a173;
--jemima:#f7d47e;
--durango-dust:#f9e19f;
--solar-plexus-chakra:#f1c84b;
}