Color names in this palette
CSS code for this palette
/* CSS */
.toledo {
color: #3f272e;
}
.daniel-boone {
color: #5d4037;
}
.roxy-brown {
color: #795649;
}
.velvety-chestnut {
color: #a0877e;
}
.subpoena {
color: #d6cbc7;
}
/* CSS Variables */
:root {
--toledo:#3f272e;
--daniel-boone:#5d4037;
--roxy-brown:#795649;
--velvety-chestnut:#a0877e;
--subpoena:#d6cbc7;
}