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