UNPKG

materialuiupgraded

Version:

Material-UI's workspace package

15 lines (13 loc) 613 B
import blue from '@material-ui/core/colors/blue'; import teal from '@material-ui/core/colors/teal'; import common from '@material-ui/core/colors/common'; const teal500 = teal['500']; const fullWhite = common.fullWhite; const fullBlack = common.fullBlack; import lightBlue from '@material-ui/core/colors/lightBlue'; import orange from '@material-ui/core/colors/orange'; const primaryColor = lightBlue['600']; const orangeA200 = orange.A200; import * as muiColors from '@material-ui/core/colors'; let randomColorUsedFromCollection = muiColors.amber['100']; console.log(muiColors.common.transparent);