@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 indigo: {
/**
* Preview: 
*/
50: '#e8eaf6';
/**
* Preview: 
*/
100: '#c5cae9';
/**
* Preview: 
*/
200: '#9fa8da';
/**
* Preview: 
*/
300: '#7986cb';
/**
* Preview: 
*/
400: '#5c6bc0';
/**
* Preview: 
*/
500: '#3f51b5';
/**
* Preview: 
*/
600: '#3949ab';
/**
* Preview: 
*/
700: '#303f9f';
/**
* Preview: 
*/
800: '#283593';
/**
* Preview: 
*/
900: '#1a237e';
/**
* Preview: 
*/
A100: '#8c9eff';
/**
* Preview: 
*/
A200: '#536dfe';
/**
* Preview: 
*/
A400: '#3d5afe';
/**
* Preview: 
*/
A700: '#304ffe';
};
export default indigo;