@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.71 kB
TypeScript
/**
*              
*/
declare const brown: {
/**
* Preview: 
*/
50: '#efebe9';
/**
* Preview: 
*/
100: '#d7ccc8';
/**
* Preview: 
*/
200: '#bcaaa4';
/**
* Preview: 
*/
300: '#a1887f';
/**
* Preview: 
*/
400: '#8d6e63';
/**
* Preview: 
*/
500: '#795548';
/**
* Preview: 
*/
600: '#6d4c41';
/**
* Preview: 
*/
700: '#5d4037';
/**
* Preview: 
*/
800: '#4e342e';
/**
* Preview: 
*/
900: '#3e2723';
/**
* Preview: 
*/
A100: '#d7ccc8';
/**
* Preview: 
*/
A200: '#bcaaa4';
/**
* Preview: 
*/
A400: '#8d6e63';
/**
* Preview: 
*/
A700: '#5d4037';
};
export default brown;