Changement de couleur de texte aléatoire dans HTML

var randomColor = Math.floor(Math.random()*16777215).toString(16);
Wandering Wolf