@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 • 3 kB
TypeScript
/**
*              
*/
declare const lightGreen: {
/**
* Preview: 
*/
50: '#f1f8e9';
/**
* Preview: 
*/
100: '#dcedc8';
/**
* Preview: 
*/
200: '#c5e1a5';
/**
* Preview: 
*/
300: '#aed581';
/**
* Preview: 
*/
400: '#9ccc65';
/**
* Preview: 
*/
500: '#8bc34a';
/**
* Preview: 
*/
600: '#7cb342';
/**
* Preview: 
*/
700: '#689f38';
/**
* Preview: 
*/
800: '#558b2f';
/**
* Preview: 
*/
900: '#33691e';
/**
* Preview: 
*/
A100: '#ccff90';
/**
* Preview: 
*/
A200: '#b2ff59';
/**
* Preview: 
*/
A400: '#76ff03';
/**
* Preview: 
*/
A700: '#64dd17';
};
export default lightGreen;