@mui/material
Version:
React components that implement Google's Material Design.
65 lines (63 loc) • 2.69 kB
TypeScript
/* tslint:disable max-line-length */
/**
*              
*/
declare const lime: {
/**
* Preview: 
*/
50: '#f9fbe7';
/**
* Preview: 
*/
100: '#f0f4c3';
/**
* Preview: 
*/
200: '#e6ee9c';
/**
* Preview: 
*/
300: '#dce775';
/**
* Preview: 
*/
400: '#d4e157';
/**
* Preview: 
*/
500: '#cddc39';
/**
* Preview: 
*/
600: '#c0ca33';
/**
* Preview: 
*/
700: '#afb42b';
/**
* Preview: 
*/
800: '#9e9d24';
/**
* Preview: 
*/
900: '#827717';
/**
* Preview: 
*/
A100: '#f4ff81';
/**
* Preview: 
*/
A200: '#eeff41';
/**
* Preview: 
*/
A400: '#c6ff00';
/**
* Preview: 
*/
A700: '#aeea00';
};
export default lime;