CSS code for this palette
/* CSS */
.canvas-luggage {
color: #e2d7c5;
}
.chintz {
color: #d5c8b9;
}
.froth {
color: #c7b9ad;
}
.tent-green {
color: #a59e88;
}
.dry-sage {
color: #8b8b79;
}
/* CSS Variables */
:root {
--canvas-luggage:#e2d7c5;
--chintz:#d5c8b9;
--froth:#c7b9ad;
--tent-green:#a59e88;
--dry-sage:#8b8b79;
}