CSS custom properties are essentially variables you can declare in your CSS. They can dramatically reduce redundancy and increase flexibility in your CSS files. Except for IE 11, all of the major browsers now fully support CSS custom properties. Let's take a closer look.