CSS code for this palette
/* CSS */
.guitar {
color: #6d4c37;
}
.cobrizo {
color: #ba6c5e;
}
.sandpaper {
color: #d7b3a7;
}
.peach-shortcake {
color: #f2dfd4;
}
.regal {
color: #d9c3b4;
}
/* CSS Variables */
:root {
--guitar:#6d4c37;
--cobrizo:#ba6c5e;
--sandpaper:#d7b3a7;
--peach-shortcake:#f2dfd4;
--regal:#d9c3b4;
}