This project was made with a simple loop in p5.js.
The background is pink, and the triangles alternate between a cream yellow and a muted blue.
By repeating the same shape many times, the pattern appears. Using a loop makes the code short and easy to change. Instead of writing triangle() many times, one loop can draw the whole grid.
It’s a small project, but I like how calm the result feels