Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.suntan {
color: #d8b29d;
}
.heirloom-lace {
color: #f6e6d5;
}
.ginger-ale {
color: #c6a96c;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--suntan:#d8b29d;
--heirloom-lace:#f6e6d5;
--ginger-ale:#c6a96c;
--beef-hotpot:#a85f2e;
}