Tutorial Random Hex Color
var randomColor = Math.floor(Math.random()*16777215).toString(16); View Demo There is also a PHP version. Reference URL
https://iskablogs.blogspot.com/2014/03/tutorial-random-hex-color.html
var randomColor = Math.floor(Math.random()*16777215).toString(16);
View Demo
There is also a PHP version.
Reference URL
View Demo
There is also a PHP version.
Reference URL