How to handle different scenes with buttons

Hi,

I am struggling with my scenes. I have a buttons to toggle my scene between “scene on” and “scene off”. This works fine and the lamps will switch on according to the settings in the scene.
The icon of the button switches the color depinging on the status of the lamps (on/off).

Now I have a second button for a second scene with the same lamps but different color and brighness. The second button toggles also between “scene on” and “scene off”.

The issue is now, that the icon of both buttons changes the color because the mechanism can not distinguish between the two scenes.

How can I separate the individual scenes from each other? I think a kind of radio button can help, but I did not find anything. Any ideas?