@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 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;