Content:
- Base color objects

MUI colors are accessible through the colors property of the MUI object.

MUI.colors → Object

Tip. To avoid longer lines assign the color set to a variable

var gray = MUI.colors.blueGray

To select a color and shading choose the right property of the base color objects: lighten4, lighten3, lighten2, lighten1, darken1, darken2, darken3, darken4.

Example - All Colors From Green click to expand contents 

Example - Change Layout Background click to expand contents 

Base color objects

MUI.colors.red
MUI.colors.pink
MUI.colors.purple
MUI.colors.deepPurple
MUI.colors.indigo
MUI.colors.blue
MUI.colors.lightBlue
MUI.colors.cyan
MUI.colors.green
MUI.colors.lightGreen
MUI.colors.lime
MUI.colors.yellow
MUI.colors.amber
MUI.colors.orange
MUI.colors.deepOrange
MUI.colors.brown
MUI.colors.gray
MUI.colors.blueGray