Associate a background color for each product

I’m developping my first shopify theme, but i’m having a logic issue.

For now, i’ve created a product slider where the user can choose for each product item a background color (the background color is the color of the block, and the product image appears on top of it). It works great. But i’d like to do the same thing in collections pages. My issue is that in collection pages, i can’t add a section.settings for each product. So i’m trying to figure out how i can add a color for each product (in each product page maybe?) and get it back to display it on collection pages (and other pages) so that each time the product is displayed i can get this associated color and display it. Could somebody help me with this ?