@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.65 kB
TypeScript
/**
*              
*/
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;