@mui/material
Version:
Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
65 lines (63 loc) • 2.69 kB
TypeScript
/* tslint:disable max-line-length */
/**
*              
*/
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;