@mui/material
Version:
React components that implement Google's Material Design.
65 lines (63 loc) • 3.03 kB
TypeScript
/* tslint:disable max-line-length */
/**
*              
*/
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;