Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f0c74c;
}
.egyptian-gold {
color: #f0a44c;
}
.poppy-glow {
color: #f08b4c;
}
.entan-red {
color: #f06a4c;
}
.hot-shot {
color: #f24d2c;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f0c74c;
--egyptian-gold:#f0a44c;
--poppy-glow:#f08b4c;
--entan-red:#f06a4c;
--hot-shot:#f24d2c;
}