:root{ --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } // react const cssVar = getComputedStyle(document.documentElement) .getPropertyValue('--light-shadow'); console.log(cssVar)