aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/constants/colors.ts
blob: fd6acdb5c20d3a6536176b092f2fda862a1fab31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export const COLORS = [
  "white",
  "green",
  "red",
  "orange",
  "blue",
  "yellow",
  "pink",
  "cyan",
  "grey",
  "rainbow",
];