Color names in this palette
CSS code for this palette
/* CSS */
.gingerbread-house {
color: #c89e4c;
}
.river-of-gold {
color: #e2b55a;
}
.hawaiian-ahi-poke {
color: #d74833;
}
.red-prairie {
color: #8d3b2a;
}
.bratwurst {
color: #5b2e29;
}
/* CSS Variables */
:root {
--gingerbread-house:#c89e4c;
--river-of-gold:#e2b55a;
--hawaiian-ahi-poke:#d74833;
--red-prairie:#8d3b2a;
--bratwurst:#5b2e29;
}