Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a75c2a;
}
.marquis-orange {
color: #d1783d;
}
.egyptian-gold {
color: #f1a94b;
}
.sunrise {
color: #f4c07b;
}
.noodles {
color: #f8e1b4;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a75c2a;
--marquis-orange:#d1783d;
--egyptian-gold:#f1a94b;
--sunrise:#f4c07b;
--noodles:#f8e1b4;
}