Implement Material You color roles (primary, secondary, surface, outline) for Android & Web.
const theme = { primary: '#0066FF', onPrimary: '#FFFFFF', surface: '#FCFCFD', outline: '#E4E4E7', };