@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.94 kB
TypeScript
/**
*              
*/
declare const lightBlue: {
/**
* Preview: 
*/
50: '#e1f5fe';
/**
* Preview: 
*/
100: '#b3e5fc';
/**
* Preview: 
*/
200: '#81d4fa';
/**
* Preview: 
*/
300: '#4fc3f7';
/**
* Preview: 
*/
400: '#29b6f6';
/**
* Preview: 
*/
500: '#03a9f4';
/**
* Preview: 
*/
600: '#039be5';
/**
* Preview: 
*/
700: '#0288d1';
/**
* Preview: 
*/
800: '#0277bd';
/**
* Preview: 
*/
900: '#01579b';
/**
* Preview: 
*/
A100: '#80d8ff';
/**
* Preview: 
*/
A200: '#40c4ff';
/**
* Preview: 
*/
A400: '#00b0ff';
/**
* Preview: 
*/
A700: '#0091ea';
};
export default lightBlue;