Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.farm-straw {
color: #d5b14d;
}
.sandy-shore {
color: #f2e9ba;
}
.french-market {
color: #a2c3a2;
}
.spectra-yellow {
color: #f6a709;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--farm-straw:#d5b14d;
--sandy-shore:#f2e9ba;
--french-market:#a2c3a2;
--spectra-yellow:#f6a709;
}