Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.turmeric-tea {
color: #d78b28;
}
.farm-straw {
color: #d9b74a;
}
.asparagus-fern {
color: #b8c85b;
}
.mummy-brown {
color: #804d28;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--turmeric-tea:#d78b28;
--farm-straw:#d9b74a;
--asparagus-fern:#b8c85b;
--mummy-brown:#804d28;
}