@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 blue: {
/**
* Preview: 
*/
50: '#e3f2fd';
/**
* Preview: 
*/
100: '#bbdefb';
/**
* Preview: 
*/
200: '#90caf9';
/**
* Preview: 
*/
300: '#64b5f6';
/**
* Preview: 
*/
400: '#42a5f5';
/**
* Preview: 
*/
500: '#2196f3';
/**
* Preview: 
*/
600: '#1e88e5';
/**
* Preview: 
*/
700: '#1976d2';
/**
* Preview: 
*/
800: '#1565c0';
/**
* Preview: 
*/
900: '#0d47a1';
/**
* Preview: 
*/
A100: '#82b1ff';
/**
* Preview: 
*/
A200: '#448aff';
/**
* Preview: 
*/
A400: '#2979ff';
/**
* Preview: 
*/
A700: '#2962ff';
};
export default blue;