CSS Variables With JavaScript

CSS Variables With JavaScript


CSS Variables and Javascript 
CSS variables can also be changed with the help of javascript.
Because CSS variables have access to DOM.
Now we will see an example - 
And the explanation will be given in the example in the form of comments - 
Example - 
Output - 
As we can see in the Example color is changed using javascript.