UNPKG

296 BJavaScriptView Raw
1const orange = {
2 50: '#fff3e0',
3 100: '#ffe0b2',
4 200: '#ffcc80',
5 300: '#ffb74d',
6 400: '#ffa726',
7 500: '#ff9800',
8 600: '#fb8c00',
9 700: '#f57c00',
10 800: '#ef6c00',
11 900: '#e65100',
12 A100: '#ffd180',
13 A200: '#ffab40',
14 A400: '#ff9100',
15 A700: '#ff6d00'
16};
17export default orange;
\No newline at end of file