aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/lib/constants.ts
blob: 208bf09d6603d54e97e6fc8d4276fb62c09eaeab (plain)
1
2
3
4
5
6
7
8
9
10
11
export const PLAYER_COLORS = [
  "#ff8000",
  "#0080ff",
  "#ff6693",
  "#3fcb55",
  "#cbc33f",
  "#cf40e9",
  "#ff3f0d",
  "#1beef0",
  "#0dc5ff",
];