Wix code change background color

@littlebeargamesdoo Then you do a

var buttonColour = "yourHexCode";

and use this in the other places:

$w(id).style.color = buttonColour;