aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en/color/human.ts
blob: b22c6b74cbfd075f264c94897d12128b09c9a78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
export default [
  'azure',
  'black',
  'blue',
  'cyan',
  'fuchsia',
  'gold',
  'green',
  'grey',
  'indigo',
  'ivory',
  'lavender',
  'lime',
  'magenta',
  'maroon',
  'mint green',
  'olive',
  'orange',
  'orchid',
  'pink',
  'plum',
  'purple',
  'red',
  'salmon',
  'silver',
  'sky blue',
  'tan',
  'teal',
  'turquoise',
  'violet',
  'white',
  'yellow',
];