CSS does not use variables. You can, however, use another language, such as SASS, to specify your styling using variables and automatically generate CSS files, which you can then publish to the web. You'd have to re-run the generator every time you changed your CSS, but that's not too difficult.