How to change light color with a push of a button?

Hi, I’m new and I have no clue about the syntax and everything yet. I just installed and got the basics running. Now I was wondering, how to achieve to get my LED stripe to change color.
I have a zigbee remote. 1 push toggles the light (works already). How can I change color with a double click? Like 3-4 preset colores? Thanks for any advice

If you are using ZHA, you can use event trigger-

- platform: event
    event_type: zha_event
    event_data:
      device_ieee: 'XX:XX:XX:XX:XX:XX:XX:XX'
      command: on

no I’m set up with Zigbee2mqtt

What button are you using? Specify the brand and type.

An example of blueprint for SNZB-01 Sonoff-

Did you ever manage to accomplish this? I have the same usecase.