Color names in this palette
CSS code for this palette
/* CSS */
.red-stage {
color: #ae522d;
}
.casa-de-oro {
color: #d16533;
}
.sizzling-sunset {
color: #e77f4b;
}
.polished-gold {
color: #f2a85a;
}
.zing {
color: #f9c57b;
}
/* CSS Variables */
:root {
--red-stage:#ae522d;
--casa-de-oro:#d16533;
--sizzling-sunset:#e77f4b;
--polished-gold:#f2a85a;
--zing:#f9c57b;
}