@mui/material
Version:
Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
62 lines • 3 kB
TypeScript
/**
*              
*/
declare const deepPurple: {
/**
* Preview: 
*/
50: '#ede7f6';
/**
* Preview: 
*/
100: '#d1c4e9';
/**
* Preview: 
*/
200: '#b39ddb';
/**
* Preview: 
*/
300: '#9575cd';
/**
* Preview: 
*/
400: '#7e57c2';
/**
* Preview: 
*/
500: '#673ab7';
/**
* Preview: 
*/
600: '#5e35b1';
/**
* Preview: 
*/
700: '#512da8';
/**
* Preview: 
*/
800: '#4527a0';
/**
* Preview: 
*/
900: '#311b92';
/**
* Preview: 
*/
A100: '#b388ff';
/**
* Preview: 
*/
A200: '#7c4dff';
/**
* Preview: 
*/
A400: '#651fff';
/**
* Preview: 
*/
A700: '#6200ea';
};
export default deepPurple;