@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 pink: {
/**
* Preview: 
*/
50: '#fce4ec';
/**
* Preview: 
*/
100: '#f8bbd0';
/**
* Preview: 
*/
200: '#f48fb1';
/**
* Preview: 
*/
300: '#f06292';
/**
* Preview: 
*/
400: '#ec407a';
/**
* Preview: 
*/
500: '#e91e63';
/**
* Preview: 
*/
600: '#d81b60';
/**
* Preview: 
*/
700: '#c2185b';
/**
* Preview: 
*/
800: '#ad1457';
/**
* Preview: 
*/
900: '#880e4f';
/**
* Preview: 
*/
A100: '#ff80ab';
/**
* Preview: 
*/
A200: '#ff4081';
/**
* Preview: 
*/
A400: '#f50057';
/**
* Preview: 
*/
A700: '#c51162';
};
export default pink;