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