Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.beef-hotpot {
color: #a85f2e;
}
.stunning-gold {
color: #dc995b;
}
.inviting-ivory {
color: #f1d5b1;
}
.mauve-chalk {
color: #e7d0d0;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--beef-hotpot:#a85f2e;
--stunning-gold:#dc995b;
--inviting-ivory:#f1d5b1;
--mauve-chalk:#e7d0d0;
}