Mario-Carmona commited on
Commit
36614ab
·
verified ·
1 Parent(s): 11f9e74

Upload 59 files

Browse files
Files changed (1) hide show
  1. data_29_10_2024/color_palette.json +75 -15
data_29_10_2024/color_palette.json CHANGED
@@ -8,34 +8,94 @@
8
  "hex": "#F5DEB3"
9
  },
10
  {
11
- "label": "Very Shallow",
12
  "value": 1,
13
- "rgba": [ 224, 243, 248, 255 ],
14
- "hex": "#E0F3F8"
15
  },
16
  {
17
- "label": "Low Depth",
18
  "value": 2,
19
- "rgba": [ 135, 206, 235, 255 ],
20
- "hex": "#87CEEB"
21
  },
22
  {
23
- "label": "Medium Depth",
24
  "value": 3,
25
- "rgba": [ 30, 144, 255, 255 ],
26
- "hex": "#1E90FF"
27
  },
28
  {
29
- "label": "High Depth",
30
  "value": 4,
31
- "rgba": [ 0, 0, 205, 255 ],
32
- "hex": "#0000CD"
33
  },
34
  {
35
- "label": "Extreme Depth",
36
  "value": 5,
37
- "rgba": [ 75, 0, 130, 255 ],
38
- "hex": "#4B0082"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  }
40
  ]
41
  }
 
8
  "hex": "#F5DEB3"
9
  },
10
  {
11
+ "label": "Level 1",
12
  "value": 1,
13
+ "rgba": [ 255, 241, 118, 255 ],
14
+ "hex": "#F5DEB3"
15
  },
16
  {
17
+ "label": "Level 2",
18
  "value": 2,
19
+ "rgba": [ 255, 213, 79, 255 ],
20
+ "hex": "#FFD54F"
21
  },
22
  {
23
+ "label": "Level 3",
24
  "value": 3,
25
+ "rgba": [ 255, 183, 77, 255 ],
26
+ "hex": "#FFB74D"
27
  },
28
  {
29
+ "label": "Level 4",
30
  "value": 4,
31
+ "rgba": [ 255, 167, 38, 255 ],
32
+ "hex": "#FFA726"
33
  },
34
  {
35
+ "label": "Level 5",
36
  "value": 5,
37
+ "rgba": [ 255, 138, 101, 255 ],
38
+ "hex": "#FF8A65"
39
+ },
40
+ {
41
+ "label": "Level 6",
42
+ "value": 6,
43
+ "rgba": [ 255, 112, 67, 255 ],
44
+ "hex": "#FF7043"
45
+ },
46
+ {
47
+ "label": "Level 7",
48
+ "value": 7,
49
+ "rgba": [ 244, 81, 30, 255 ],
50
+ "hex": "#F4511E"
51
+ },
52
+ {
53
+ "label": "Level 8",
54
+ "value": 8,
55
+ "rgba": [ 230, 74, 25, 255 ],
56
+ "hex": "#E64A19"
57
+ },
58
+ {
59
+ "label": "Level 9",
60
+ "value": 9,
61
+ "rgba": [ 216, 67, 21, 255 ],
62
+ "hex": "#D84315"
63
+ },
64
+ {
65
+ "label": "Level 10",
66
+ "value": 10,
67
+ "rgba": [ 229, 57, 53, 255 ],
68
+ "hex": "#E53935"
69
+ },
70
+ {
71
+ "label": "Level 11",
72
+ "value": 11,
73
+ "rgba": [ 198, 40, 40, 255 ],
74
+ "hex": "#C62828"
75
+ },
76
+ {
77
+ "label": "Level 12",
78
+ "value": 12,
79
+ "rgba": [ 183, 28, 28, 255 ],
80
+ "hex": "#B71C1C"
81
+ },
82
+ {
83
+ "label": "Level 13",
84
+ "value": 13,
85
+ "rgba": [ 136, 14, 79, 255 ],
86
+ "hex": "#880E4F"
87
+ },
88
+ {
89
+ "label": "Level 14",
90
+ "value": 14,
91
+ "rgba": [ 74, 20, 140, 255 ],
92
+ "hex": "#4A148C"
93
+ },
94
+ {
95
+ "label": "Level 15",
96
+ "value": 15,
97
+ "rgba": [ 26, 0, 26, 255 ],
98
+ "hex": "#1A001A"
99
  }
100
  ]
101
  }