Creating vertical lines

try line (x+20,…

Regarding the color:

try

color col1 = color(random(0,70),
random(80,170),
random(170,255));

stroke(col1);