<div style={{ height: 50, width: 50, background: useColor().background.brandAccent, }} />
const { background } = useColor() return ( <div style={{ width: 50, height: 50, backgroundColor: background.brandAccent, }} /> )