Appearance
function randomColor(): string;
Returns a random hex color string.
string
randomColor() // => '#a3f2c1'
1.0.0