@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.88 kB
TypeScript
/**
*              
*/
declare const blueGrey: {
/**
* Preview: 
*/
50: '#eceff1';
/**
* Preview: 
*/
100: '#cfd8dc';
/**
* Preview: 
*/
200: '#b0bec5';
/**
* Preview: 
*/
300: '#90a4ae';
/**
* Preview: 
*/
400: '#78909c';
/**
* Preview: 
*/
500: '#607d8b';
/**
* Preview: 
*/
600: '#546e7a';
/**
* Preview: 
*/
700: '#455a64';
/**
* Preview: 
*/
800: '#37474f';
/**
* Preview: 
*/
900: '#263238';
/**
* Preview: 
*/
A100: '#cfd8dc';
/**
* Preview: 
*/
A200: '#b0bec5';
/**
* Preview: 
*/
A400: '#78909c';
/**
* Preview: 
*/
A700: '#455a64';
};
export default blueGrey;