@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 • 3 kB
TypeScript
/**
*              
*/
declare const deepOrange: {
/**
* Preview: 
*/
50: '#fbe9e7';
/**
* Preview: 
*/
100: '#ffccbc';
/**
* Preview: 
*/
200: '#ffab91';
/**
* Preview: 
*/
300: '#ff8a65';
/**
* Preview: 
*/
400: '#ff7043';
/**
* Preview: 
*/
500: '#ff5722';
/**
* Preview: 
*/
600: '#f4511e';
/**
* Preview: 
*/
700: '#e64a19';
/**
* Preview: 
*/
800: '#d84315';
/**
* Preview: 
*/
900: '#bf360c';
/**
* Preview: 
*/
A100: '#ff9e80';
/**
* Preview: 
*/
A200: '#ff6e40';
/**
* Preview: 
*/
A400: '#ff3d00';
/**
* Preview: 
*/
A700: '#dd2c00';
};
export default deepOrange;