Generate random hexadecimal colors
Optional
the minimum value of the random numbers, eg: [10, 10, 10]
the maximum value of the random number, eg: [255, 255, 255]
randomColor()// #bf444brandomColor(200)// #d6e9d7randomColor(200, 255)// #d3f9e4randomColor([0, 0, 0], [255, 255, 255])// #d6e9d7 Copy
randomColor()// #bf444brandomColor(200)// #d6e9d7randomColor(200, 255)// #d3f9e4randomColor([0, 0, 0], [255, 255, 255])// #d6e9d7
5.5.0
Generate random hexadecimal colors