@mui/material
Version:
Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
65 lines (63 loc) • 2.74 kB
TypeScript
/* tslint:disable max-line-length */
/**
*              
*/
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;