delay pwm in arduino due

Hello.

I want to make pwm signal with various way.
I'm using arduino due and IT's possible to make pwm signal with one digital output like this.

https://forum.arduino.cc/index.php?topic=588133.msg4000296#msg4000296
But want to make it with 25 pwm signal that attached delay part.

Like if one pwm signal is 111000/111000/11100
The other is like 110001/110001/110001 or 011100/011100/01100.

IS there any way to achieve this problem? It can be a program or circuit. just want to make this.