Color names in this palette
CSS code for this palette
/* CSS */
.sunrise {
color: #f6c279;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sun-orange {
color: #f47b1f;
}
.chilean-fire {
color: #d25c2d;
}
.mexican-red {
color: #9a3e3c;
}
/* CSS Variables */
:root {
--sunrise:#f6c279;
--apricot-glazed-chicken:#f5a524;
--sun-orange:#f47b1f;
--chilean-fire:#d25c2d;
--mexican-red:#9a3e3c;
}