I’m not sure how long the sequence is supposed to be, but something like this maybe:
posterizeTime(4)
options = [[240, 80, 233, 255], [73, 215, 0, 255], [233, 207, 202, 255], [0, 135, 202, 255]];
r = (time < .25 || time >= outPoint - .25) ? 0 : Math.floor(random(4));
options[r]/255;