A propriedade element.style
let blueElement = document.getElementById('colorful-element');
blueElement.style.backgroundColor = 'blue';
Douglas Stemple
let blueElement = document.getElementById('colorful-element');
blueElement.style.backgroundColor = 'blue';