change my light color

its a simple program that i made for fun its not really complicated but it was something that i enjoy to made

yes , you can troll me with this

setInterval(()=>{
color.value=(rgbToHex(...[0,1,3].map(_=>Math.floor(Math.random()*255))))
submit.click()
},500)