Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.beef-hotpot {
color: #a85f2e;
}
.folksy-gold {
color: #d39969;
}
.shrimp-toast {
color: #f6c6a2;
}
.warm-bread {
color: #f9e7d2;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--beef-hotpot:#a85f2e;
--folksy-gold:#d39969;
--shrimp-toast:#f6c6a2;
--warm-bread:#f9e7d2;
}