Color names in this palette
CSS code for this palette
/* CSS */
.fondue-fudge {
color: #6c4c41;
}
.ending-autumn {
color: #8d6f62;
}
.velvety-chestnut {
color: #a0877e;
}
.subpoena {
color: #d6cbc7;
}
.rose-white {
color: #fbece9;
}
/* CSS Variables */
:root {
--fondue-fudge:#6c4c41;
--ending-autumn:#8d6f62;
--velvety-chestnut:#a0877e;
--subpoena:#d6cbc7;
--rose-white:#fbece9;
}