@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.71 kB
TypeScript
/**
*              
*/
declare const amber: {
/**
* Preview: 
*/
50: '#fff8e1';
/**
* Preview: 
*/
100: '#ffecb3';
/**
* Preview: 
*/
200: '#ffe082';
/**
* Preview: 
*/
300: '#ffd54f';
/**
* Preview: 
*/
400: '#ffca28';
/**
* Preview: 
*/
500: '#ffc107';
/**
* Preview: 
*/
600: '#ffb300';
/**
* Preview: 
*/
700: '#ffa000';
/**
* Preview: 
*/
800: '#ff8f00';
/**
* Preview: 
*/
900: '#ff6f00';
/**
* Preview: 
*/
A100: '#ffe57f';
/**
* Preview: 
*/
A200: '#ffd740';
/**
* Preview: 
*/
A400: '#ffc400';
/**
* Preview: 
*/
A700: '#ffab00';
};
export default amber;