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