UNPKG

296 BJavaScriptView Raw
1const yellow = {
2 50: '#fffde7',
3 100: '#fff9c4',
4 200: '#fff59d',
5 300: '#fff176',
6 400: '#ffee58',
7 500: '#ffeb3b',
8 600: '#fdd835',
9 700: '#fbc02d',
10 800: '#f9a825',
11 900: '#f57f17',
12 A100: '#ffff8d',
13 A200: '#ffff00',
14 A400: '#ffea00',
15 A700: '#ffd600'
16};
17export default yellow;
\No newline at end of file