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