@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 yellow: {
/**
* Preview: 
*/
50: '#fffde7';
/**
* Preview: 
*/
100: '#fff9c4';
/**
* Preview: 
*/
200: '#fff59d';
/**
* Preview: 
*/
300: '#fff176';
/**
* Preview: 
*/
400: '#ffee58';
/**
* Preview: 
*/
500: '#ffeb3b';
/**
* Preview: 
*/
600: '#fdd835';
/**
* Preview: 
*/
700: '#fbc02d';
/**
* Preview: 
*/
800: '#f9a825';
/**
* Preview: 
*/
900: '#f57f17';
/**
* Preview: 
*/
A100: '#ffff8d';
/**
* Preview: 
*/
A200: '#ffff00';
/**
* Preview: 
*/
A400: '#ffea00';
/**
* Preview: 
*/
A700: '#ffd600';
};
export default yellow;