@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 • 2.76 kB
TypeScript
/**
*              
*/
declare const purple: {
/**
* Preview: 
*/
50: '#f3e5f5';
/**
* Preview: 
*/
100: '#e1bee7';
/**
* Preview: 
*/
200: '#ce93d8';
/**
* Preview: 
*/
300: '#ba68c8';
/**
* Preview: 
*/
400: '#ab47bc';
/**
* Preview: 
*/
500: '#9c27b0';
/**
* Preview: 
*/
600: '#8e24aa';
/**
* Preview: 
*/
700: '#7b1fa2';
/**
* Preview: 
*/
800: '#6a1b9a';
/**
* Preview: 
*/
900: '#4a148c';
/**
* Preview: 
*/
A100: '#ea80fc';
/**
* Preview: 
*/
A200: '#e040fb';
/**
* Preview: 
*/
A400: '#d500f9';
/**
* Preview: 
*/
A700: '#aa00ff';
};
export default purple;