-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcolor-schemes.json
42 lines (42 loc) · 1.07 KB
/
color-schemes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"prime_movers": {
"Fossil Turbine": "#606571",
"Recip Engine": "#9da7bf",
"Hydro": "#00a1b7",
"Wind": "#F79646",
"Utility Solar": "#fad900",
"Rooftop Solar": "#9BBB59",
"Storage": "#71346a",
"Landfill Gas": "brown"
},
"fuel_types": {
"Oil": "#BFBFBF",
"Gas": "#DCD9C5",
"Coal": "#7f7f7f",
"Hydro": "#96B3DF",
"Wind": "#F79646",
"Solar": "#F5C243",
"Storage": "#8064A2",
"Other": "#C0504D"
},
"customer_types": {
"Residential Sales": "#0084c1",
"Commercial Sales": "#e29617",
"Other Sales": "#fad900"
},
"general_customer_types": {
"Residential": "#0084c1",
"Commercial": "#e29617",
"Other": "#fad900"
},
"account_types": {
"Residential Customers":"#0084c1",
"Commercial Customers":"#e29617",
"Other Customers":"#fad900"
},
"energy_regions": {
"Coastal": "#8CBBDA",
"Railbelt": "#97CD93",
"Rural Remote": "#F28D8C"
}
}