In order to represent a stairway, the steps are stacked one on top of the other, starting from the bottom, Transparent rectangles are placed randomly upward from the bottom of the staircase, while maintaining balance as much as possible.
In the beginning, the code was written like building blocks. Each of the various colors of the building blocks flow from the top to the bottom as if blending into each other. I want to see every possible color mixing together.
With this in mind, I started writing this code.
However, I was interrupted by other ideas and creations, and gradually the code became more and more complex, I kept having days when I couldn't get the output I had planned.
One day, I got tired.
I was rampantly substituting random parameters with values that were an order of magnitude higher than I wanted to use, The program showed me shades of colors beyond the scope of my creativity.