size(200, 200); smooth(); background(140,47,85,96); strokeWeight(5); for(int i = 0; i < width; i++) { float r = random(255); float x = random(10, width); stroke(r, 50); line(i, 0, x, height); }