Color names in this palette
CSS code for this palette
/* CSS */
.fondue-fudge {
color: #6c4c41;
}
.ending-autumn {
color: #8d6f62;
}
.earth-warming {
color: #c0a091;
}
.melon-pink {
color: #f1d5c6;
}
.wax-flower {
color: #efb69f;
}
/* CSS Variables */
:root {
--fondue-fudge:#6c4c41;
--ending-autumn:#8d6f62;
--earth-warming:#c0a091;
--melon-pink:#f1d5c6;
--wax-flower:#efb69f;
}