Color names in this palette
CSS code for this palette
/* CSS */
.fondue-fudge {
color: #6c4c41;
}
.ending-autumn {
color: #8d6f62;
}
.cocoloco {
color: #a88f7a;
}
.beech-nut {
color: #d8b49d;
}
.mauve-chalk {
color: #e7d0d0;
}
/* CSS Variables */
:root {
--fondue-fudge:#6c4c41;
--ending-autumn:#8d6f62;
--cocoloco:#a88f7a;
--beech-nut:#d8b49d;
--mauve-chalk:#e7d0d0;
}