Color names in this palette
CSS code for this palette
/* CSS */
.bleached-maple {
color: #c99f69;
}
.yellow-acorn {
color: #b78b4e;
}
.byzantine-copper {
color: #a86f3e;
}
.taj {
color: #764b32;
}
.wenge-black {
color: #3d2a29;
}
/* CSS Variables */
:root {
--bleached-maple:#c99f69;
--yellow-acorn:#b78b4e;
--byzantine-copper:#a86f3e;
--taj:#764b32;
--wenge-black:#3d2a29;
}