aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/constants/colors.ts
blob: 48580819f0baeb636eea23a32cad60361de013d7 (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",
  ];