change root color js

JavaScript
document.documentElement.style.setProperty('--your-variable', '#YOURCOLOR');

Source

Also in JavaScript: