On https://p5js.org/reference/p5/createColorPicker/ the canvas is created with size 100x100 but then the colorPicker is positioned at 0,100. So it's outside the visible region and unusable
My guess is, any other examples that use elements outside 100,100 may have the same issue
Hope it helps :)