Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.treacle {
color: #895b29;
}
.mulberry-thorn {
color: #c77d29;
}
.angel-food-cake {
color: #daa44e;
}
.antique-wicker-basket {
color: #f2d3a1;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--treacle:#895b29;
--mulberry-thorn:#c77d29;
--angel-food-cake:#daa44e;
--antique-wicker-basket:#f2d3a1;
}