The material UI color palette as a package. This is just a stand alone copy of the preset colors from material ui. Includes typescript types and previews.
https://mui.com/customization/color/
npm install mui-colors
import { red } from 'mui-colors';
const color = red[500];