If you want each product detail page use a differnt background, you can follow these.
#1. First, edit a Product

#2. Click Additional Info

#3. Click Plus icon

#4. Choose Code

#5. Paste this code into Code Block
<style>
body {
background-color: #f1f !important;
}
.section-background, .section-border, section, header#header {
background-color: transparent !important;
}
.header-background-solid {
opacity: 0 !important;
}
</style>
