@cramses. , not sure if this is what you mean... but here's an example.
- I've created a CSS var on my global (let's call it --highlight-color).
- I add that var to the items I want, like my radio buttons
- If I want a different color on my radio button, I just redefine the --highlight-color var on the section parent. I can move the radio button from one section to another and it will adopt the correct color of that section