:root { --color:red } .btn{ color:var(--color) }
document.documentElement.style.setProperty('--color', 'blue');