@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 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;