Variables Use JavaScript variables in your CSS templates. const color = 'red'; const border = `${borderWidth}px solid red`; const template = { color, border, background: '#eee', }