Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.cameleer {
color: #e3b05f;
}
.golden-talisman {
color: #e8c49c;
}
.trapunto {
color: #f6eab6;
}
.pallid-orange {
color: #f9b79f;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--cameleer:#e3b05f;
--golden-talisman:#e8c49c;
--trapunto:#f6eab6;
--pallid-orange:#f9b79f;
}