export const red50 = "#ffebee"; export const red100 = "#ffcdd2"; export const red200 = "#ef9a9a"; export const red300 = "#e57373"; export const red400 = "#ef5350"; export const red500 = "#f44336"; export const red600 = "#e53935"; export const red700 = "#d32f2f"; export const red800 = "#c62828"; export const red900 = "#b71c1c"; export const redAccent100 = "#ff8a80"; export const redAccent200 = "#ff5252"; export const redAccent400 = "#ff1744"; export const redAccent700 = "#d50000"; export const pink50 = "#fce4ec"; export const pink100 = "#f8bbd0"; export const pink200 = "#f48fb1"; export const pink300 = "#f06292"; export const pink400 = "#ec407a"; export const pink500 = "#e91e63"; export const pink600 = "#d81b60"; export const pink700 = "#c2185b"; export const pink800 = "#ad1457"; export const pink900 = "#880e4f"; export const pinkAccent100 = "#ff80ab"; export const pinkAccent200 = "#ff4081"; export const pinkAccent400 = "#f50057"; export const pinkAccent700 = "#c51162"; export const purple50 = "#f3e5f5"; export const purple100 = "#e1bee7"; export const purple200 = "#ce93d8"; export const purple300 = "#ba68c8"; export const purple400 = "#ab47bc"; export const purple500 = "#9c27b0"; export const purple600 = "#8e24aa"; export const purple700 = "#7b1fa2"; export const purple800 = "#6a1b9a"; export const purple900 = "#4a148c"; export const purpleAccent100 = "#ea80fc"; export const purpleAccent200 = "#e040fb"; export const purpleAccent400 = "#d500f9"; export const purpleAccent700 = "#a0f"; export const deepPurple50 = "#ede7f6"; export const deepPurple100 = "#d1c4e9"; export const deepPurple200 = "#b39ddb"; export const deepPurple300 = "#9575cd"; export const deepPurple400 = "#7e57c2"; export const deepPurple500 = "#673ab7"; export const deepPurple600 = "#5e35b1"; export const deepPurple700 = "#512da8"; export const deepPurple800 = "#4527a0"; export const deepPurple900 = "#311b92"; export const deepPurpleAccent100 = "#b388ff"; export const deepPurpleAccent200 = "#7c4dff"; export const deepPurpleAccent400 = "#651fff"; export const deepPurpleAccent700 = "#6200ea"; export const indigo50 = "#e8eaf6"; export const indigo100 = "#c5cae9"; export const indigo200 = "#9fa8da"; export const indigo300 = "#7986cb"; export const indigo400 = "#5c6bc0"; export const indigo500 = "#3f51b5"; export const indigo600 = "#3949ab"; export const indigo700 = "#303f9f"; export const indigo800 = "#283593"; export const indigo900 = "#1a237e"; export const indigoAccent100 = "#8c9eff"; export const indigoAccent200 = "#536dfe"; export const indigoAccent400 = "#3d5afe"; export const indigoAccent700 = "#304ffe"; export const blue50 = "#e3f2fd"; export const blue100 = "#bbdefb"; export const blue200 = "#90caf9"; export const blue300 = "#64b5f6"; export const blue400 = "#42a5f5"; export const blue500 = "#2196f3"; export const blue600 = "#1e88e5"; export const blue700 = "#1976d2"; export const blue800 = "#1565c0"; export const blue900 = "#0d47a1"; export const blueAccent100 = "#82b1ff"; export const blueAccent200 = "#448aff"; export const blueAccent400 = "#2979ff"; export const blueAccent700 = "#2962ff"; export const lightBlue50 = "#e1f5fe"; export const lightBlue100 = "#b3e5fc"; export const lightBlue200 = "#81d4fa"; export const lightBlue300 = "#4fc3f7"; export const lightBlue400 = "#29b6f6"; export const lightBlue500 = "#03a9f4"; export const lightBlue600 = "#039be5"; export const lightBlue700 = "#0288d1"; export const lightBlue800 = "#0277bd"; export const lightBlue900 = "#01579b"; export const lightBlueAccent100 = "#80d8ff"; export const lightBlueAccent200 = "#40c4ff"; export const lightBlueAccent400 = "#00b0ff"; export const lightBlueAccent700 = "#0091ea"; export const cyan50 = "#e0f7fa"; export const cyan100 = "#b2ebf2"; export const cyan200 = "#80deea"; export const cyan300 = "#4dd0e1"; export const cyan400 = "#26c6da"; export const cyan500 = "#00bcd4"; export const cyan600 = "#00acc1"; export const cyan700 = "#0097a7"; export const cyan800 = "#00838f"; export const cyan900 = "#006064"; export const cyanAccent100 = "#84ffff"; export const cyanAccent200 = "#18ffff"; export const cyanAccent400 = "#00e5ff"; export const cyanAccent700 = "#00b8d4"; export const teal50 = "#e0f2f1"; export const teal100 = "#b2dfdb"; export const teal200 = "#80cbc4"; export const teal300 = "#4db6ac"; export const teal400 = "#26a69a"; export const teal500 = "#009688"; export const teal600 = "#00897b"; export const teal700 = "#00796b"; export const teal800 = "#00695c"; export const teal900 = "#004d40"; export const tealAccent100 = "#a7ffeb"; export const tealAccent200 = "#64ffda"; export const tealAccent400 = "#1de9b6"; export const tealAccent700 = "#00bfa5"; export const green50 = "#e8f5e9"; export const green100 = "#c8e6c9"; export const green200 = "#a5d6a7"; export const green300 = "#81c784"; export const green400 = "#66bb6a"; export const green500 = "#4caf50"; export const green600 = "#43a047"; export const green700 = "#388e3c"; export const green800 = "#2e7d32"; export const green900 = "#1b5e20"; export const greenAccent100 = "#b9f6ca"; export const greenAccent200 = "#69f0ae"; export const greenAccent400 = "#00e676"; export const greenAccent700 = "#00c853"; export const lightGreen50 = "#f1f8e9"; export const lightGreen100 = "#dcedc8"; export const lightGreen200 = "#c5e1a5"; export const lightGreen300 = "#aed581"; export const lightGreen400 = "#9ccc65"; export const lightGreen500 = "#8bc34a"; export const lightGreen600 = "#7cb342"; export const lightGreen700 = "#689f38"; export const lightGreen800 = "#558b2f"; export const lightGreen900 = "#33691e"; export const lightGreenAccent100 = "#ccff90"; export const lightGreenAccent200 = "#b2ff59"; export const lightGreenAccent400 = "#76ff03"; export const lightGreenAccent700 = "#64dd17"; export const lime50 = "#f9fbe7"; export const lime100 = "#f0f4c3"; export const lime200 = "#e6ee9c"; export const lime300 = "#dce775"; export const lime400 = "#d4e157"; export const lime500 = "#cddc39"; export const lime600 = "#c0ca33"; export const lime700 = "#afb42b"; export const lime800 = "#9e9d24"; export const lime900 = "#827717"; export const limeAccent100 = "#f4ff81"; export const limeAccent200 = "#eeff41"; export const limeAccent400 = "#c6ff00"; export const limeAccent700 = "#aeea00"; export const yellow50 = "#fffde7"; export const yellow100 = "#fff9c4"; export const yellow200 = "#fff59d"; export const yellow300 = "#fff176"; export const yellow400 = "#ffee58"; export const yellow500 = "#ffeb3b"; export const yellow600 = "#fdd835"; export const yellow700 = "#fbc02d"; export const yellow800 = "#f9a825"; export const yellow900 = "#f57f17"; export const yellowAccent100 = "#ffff8d"; export const yellowAccent200 = "#ff0"; export const yellowAccent400 = "#ffea00"; export const yellowAccent700 = "#ffd600"; export const amber50 = "#fff8e1"; export const amber100 = "#ffecb3"; export const amber200 = "#ffe082"; export const amber300 = "#ffd54f"; export const amber400 = "#ffca28"; export const amber500 = "#ffc107"; export const amber600 = "#ffb300"; export const amber700 = "#ffa000"; export const amber800 = "#ff8f00"; export const amber900 = "#ff6f00"; export const amberAccent100 = "#ffe57f"; export const amberAccent200 = "#ffd740"; export const amberAccent400 = "#ffc400"; export const amberAccent700 = "#ffab00"; export const orange50 = "#fff3e0"; export const orange100 = "#fff0b2"; export const orange200 = "#ffcc80"; export const orange300 = "#ffb74d"; export const orange400 = "#ffa726"; export const orange500 = "#ff9800"; export const orange600 = "#fb8c00"; export const orange700 = "#f57c00"; export const orange800 = "#ef6c00"; export const orange900 = "#e65100"; export const orangeAccent100 = "#ffd180"; export const orangeAccent200 = "#ffab40"; export const orangeAccent400 = "#ff9100"; export const orangeAccent700 = "#ff6d00"; export const deepOrange50 = "#fbe9e7"; export const deepOrange100 = "#ffccbc"; export const deepOrange200 = "#ffab91"; export const deepOrange300 = "#ff8a65"; export const deepOrange400 = "#ff7043"; export const deepOrange500 = "#ff5722"; export const deepOrange600 = "#f4511e"; export const deepOrange700 = "#e64a19"; export const deepOrange800 = "#d84315"; export const deepOrange900 = "#bf360c"; export const deepOrangeAccent100 = "#ff9e80"; export const deepOrangeAccent200 = "#ff6e40"; export const deepOrangeAccent400 = "#ff3d00"; export const deepOrangeAccent700 = "#dd2c00"; export const brown50 = "#efebe9"; export const brown100 = "#d7ccc8"; export const brown200 = "#bcaaa4"; export const brown300 = "#a1887f"; export const brown400 = "#8d6e63"; export const brown500 = "#795548"; export const brown600 = "#6d4c41"; export const brown700 = "#5d4037"; export const brown800 = "#4e342e"; export const brown900 = "#3e2723"; export const grey50 = "#fafafa"; export const grey100 = "#f5f5f5"; export const grey200 = "#eee"; export const grey300 = "#e0e0e0"; export const grey400 = "#bdbdbd"; export const grey500 = "#9e9e9e"; export const grey600 = "#757575"; export const grey700 = "#616161"; export const grey800 = "#424242"; export const grey900 = "#212121"; export const blueGrey50 = "#eceff1"; export const blueGrey100 = "#cfd8dc"; export const blueGrey200 = "#b0bec5"; export const blueGrey300 = "#90a4ae"; export const blueGrey400 = "#78909c"; export const blueGrey500 = "#607d8b"; export const blueGrey600 = "#546e7a"; export const blueGrey700 = "#455a64"; export const blueGrey800 = "#37474f"; export const blueGrey900 = "#263238"; export const white = "#ffffff"; export const black = "#000000";