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
In addition go to src >> utils >> getColorPresets
Furthermore, define your color here.
Here Is The Result