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