UNPKG

react-material-ui-theme

Version:

Add multicolor and dark theme to your react material ui project instantly.

17 lines (15 loc) 289 B
const PurpleOrange= { primary: { light: "#757ce8", main: "#3f50b5", dark: "#002884", contrastText: "#fff", }, secondary: { light: "#ffff6b", main: "#fcd734", dark: "#c5a600", contrastText: "#000", }, }; export default PurpleOrange;