Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.whiskey-sour {
color: #d18f5c;
}
.sunburst {
color: #f2b67d;
}
.wickerware {
color: #fce4b0;
}
.chai-latte {
color: #f6c9a2;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--whiskey-sour:#d18f5c;
--sunburst:#f2b67d;
--wickerware:#fce4b0;
--chai-latte:#f6c9a2;
}