If you're talking about CSS Custom Properties, like var(--something) in CSS, I have seen some big performance bugs in Firefox where if you update the variables later with JavaScript it triggers more repaints than it should.
Otherwise, they should perform very well! I use them for things like tracking the mouse position in realtime, and in everything but Firefox it's instant!