Color names in this palette
CSS code for this palette
/* CSS */
.toledo {
color: #3f272e;
}
.fondue-fudge {
color: #6c4c41;
}
.velvety-chestnut {
color: #a0877e;
}
.subpoena {
color: #d6cbc7;
}
.charolais-cattle {
color: #f0ecea;
}
/* CSS Variables */
:root {
--toledo:#3f272e;
--fondue-fudge:#6c4c41;
--velvety-chestnut:#a0877e;
--subpoena:#d6cbc7;
--charolais-cattle:#f0ecea;
}