@mui/material
Version:
React components that implement Google's Material Design.
65 lines (63 loc) • 2.69 kB
TypeScript
/* tslint:disable max-line-length */
/**
*              
*/
declare const cyan: {
/**
* Preview: 
*/
50: '#e0f7fa';
/**
* Preview: 
*/
100: '#b2ebf2';
/**
* Preview: 
*/
200: '#80deea';
/**
* Preview: 
*/
300: '#4dd0e1';
/**
* Preview: 
*/
400: '#26c6da';
/**
* Preview: 
*/
500: '#00bcd4';
/**
* Preview: 
*/
600: '#00acc1';
/**
* Preview: 
*/
700: '#0097a7';
/**
* Preview: 
*/
800: '#00838f';
/**
* Preview: 
*/
900: '#006064';
/**
* Preview: 
*/
A100: '#84ffff';
/**
* Preview: 
*/
A200: '#18ffff';
/**
* Preview: 
*/
A400: '#00e5ff';
/**
* Preview: 
*/
A700: '#00b8d4';
};
export default cyan;