Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.nutmeg-glow {
color: #d7b58e;
}
.hashibami-brown {
color: #c1a56c;
}
.brick-a-brack {
color: #a55d3b;
}
.beech-brown {
color: #563e29;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--nutmeg-glow:#d7b58e;
--hashibami-brown:#c1a56c;
--brick-a-brack:#a55d3b;
--beech-brown:#563e29;
}