Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.egyptian-gold {
color: #f1a94b;
}
.chaat-masala {
color: #e87d30;
}
.heavy-orange {
color: #e84626;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--solar-plexus-chakra:#f1c84b;
--egyptian-gold:#f1a94b;
--chaat-masala:#e87d30;
--heavy-orange:#e84626;
}