CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5d4b;
}
.del-rio {
color: #b79b8f;
}
.antoinette-pink {
color: #e6c4b3;
}
.posy {
color: #f2e2d4;
}
.bespoke {
color: #d4b8a0;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5d4b;
--del-rio:#b79b8f;
--antoinette-pink:#e6c4b3;
--posy:#f2e2d4;
--bespoke:#d4b8a0;
}