Color names in this palette
CSS code for this palette
/* CSS */
.chilean-fire {
color: #d15c2e;
}
.solar-flare {
color: #e57b3e;
}
.egyptian-gold {
color: #f2a94a;
}
.yellow-tulip {
color: #f8d36d;
}
.golden-staff {
color: #f5ec84;
}
/* CSS Variables */
:root {
--chilean-fire:#d15c2e;
--solar-flare:#e57b3e;
--egyptian-gold:#f2a94a;
--yellow-tulip:#f8d36d;
--golden-staff:#f5ec84;
}