Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.egyptian-gold {
color: #f1a650;
}
.faded-orange {
color: #f29050;
}
.sizzling-sunset {
color: #ef7e4d;
}
.dusty-orange {
color: #e46c4e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--egyptian-gold:#f1a650;
--faded-orange:#f29050;
--sizzling-sunset:#ef7e4d;
--dusty-orange:#e46c4e;
}