@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.76 kB
TypeScript
/**
*              
*/
declare const orange: {
/**
* Preview: 
*/
50: '#fff3e0';
/**
* Preview: 
*/
100: '#ffe0b2';
/**
* Preview: 
*/
200: '#ffcc80';
/**
* Preview: 
*/
300: '#ffb74d';
/**
* Preview: 
*/
400: '#ffa726';
/**
* Preview: 
*/
500: '#ff9800';
/**
* Preview: 
*/
600: '#fb8c00';
/**
* Preview: 
*/
700: '#f57c00';
/**
* Preview: 
*/
800: '#ef6c00';
/**
* Preview: 
*/
900: '#e65100';
/**
* Preview: 
*/
A100: '#ffd180';
/**
* Preview: 
*/
A200: '#ffab40';
/**
* Preview: 
*/
A400: '#ff9100';
/**
* Preview: 
*/
A700: '#ff6d00';
};
export default orange;