:root { --primary-color: #ececec; }
const color = getComputedStyle(document.body).getPropertyValue( "--primary-color" );
#ECECEC