Color names in this palette
CSS code for this palette
/* CSS */
.wenge-black {
color: #3f272b;
}
.fondue-fudge {
color: #6c4c41;
}
.texas-ranger-brown {
color: #9f512d;
}
.sandrock {
color: #c5b19b;
}
.powdered-gold {
color: #e7d2b1;
}
/* CSS Variables */
:root {
--wenge-black:#3f272b;
--fondue-fudge:#6c4c41;
--texas-ranger-brown:#9f512d;
--sandrock:#c5b19b;
--powdered-gold:#e7d2b1;
}