How To Create Custom Preset Colors In React MUI Framework [Guide #2023]

MUI provides a very simple, full customizable, and accessible library of React components. Follow your own design system, or start with Material Design.

first of all open src >> themes >> palette.js file

and create your own themes COLORS

mui colors

 

In addition go to src >> utils >> getColorPresets

color preset Mui

Furthermore, define your color here.

 

Here Is The Result 

mui preset color change