Skip to content

Instantly share code, notes, and snippets.

@kennysexton
Last active January 19, 2022 21:10
Show Gist options
  • Save kennysexton/4365b82333de35eeedda5f75e17b4a57 to your computer and use it in GitHub Desktop.
Save kennysexton/4365b82333de35eeedda5f75e17b4a57 to your computer and use it in GitHub Desktop.
List of NHL teams in alphabetical order, with team colors
[
{
"name": "Ducks",
"city": "Anaheim",
"cPrim": "#B9975B",
"cSecn": "#F47A38",
},
{
"name": "Coyotes",
"city": "Arizona",
"cPrim": "#8C2633",
"cSecn": "#E2D6B5",
},
{
"name": "Bruins",
"city": "Boston",
"cPrim": "#FFB81C",
"cSecn": "#000000",
},
{
"name": "Sabres",
"city": "Buffalo",
"cPrim": "#002654",
"cSecn": "#FCB514",
},
{
"name": "Flames",
"city": "Calgary",
"cPrim": "#C8102E",
"cSecn": "#F1BE48",
},
{
"name": "Hurricanes",
"city": "Carolina",
"cPrim": "#CC0000",
"cSecn": "#000000",
},
{
"name": "Blackhawks",
"city": "Chicago",
"cPrim": "#CF0A2C",
"cSecn": "#000000",
},
{
"name": "Avalanche",
"city": "Colorado",
"cPrim": "#6F263D",
"cSecn": "#236192",
},
{
"name": "Blue Jackets",
"city": "Columbus",
"cPrim": "#002654",
"cSecn": "#CE1126",
},
{
"name": "Stars",
"city": "Dallas",
"cPrim": "#006847",
"cSecn": "#111111",
},
{
"name": "Red Wings",
"city": "Detroit",
"cPrim": "#CE1126",
"cSecn": "#FFFFFF",
},
{
"name": "Oilers",
"city": "Edmonton",
"cPrim": "#041E42",
"cSecn": "#FF4C00",
},
{
"name": "Panthers",
"city": "Florida",
"cPrim": "#B9975B",
"cSecn": "#041E42",
},
{
"name": "Kings",
"city": "Los Angeles",
"cPrim": "#111111",
"cSecn": "#A2AAAD",
},
{
"name": "Wild",
"city": "Minnesota",
"cPrim": "#154734",
"cSecn": "#A6192E",
},
{
"name": "Canadiens",
"city": "Montréal",
"cPrim": "#AF1E2D",
"cSecn": "#192168",
},
{
"name": "Predators",
"city": "Nashville",
"cPrim": "#FFB81C",
"cSecn": "#041E42",
},
{
"name": "Devils",
"city": "New Jersey",
"cPrim": "#CE1126",
"cSecn": "#000000",
},
{
"name": "Islanders",
"city": "New York",
"cPrim": "#00539B",
"cSecn": "#F47D30",
},
{
"name": "Rangers",
"city": "New York",
"cPrim": "#0038A8",
"cSecn": "#CE1126",
},
{
"name": "Senators",
"city": "Ottawa",
"cPrim": "#C52032",
"cSecn": "#C2912C",
},
{
"name": "Flyers",
"city": "Philadelphia",
"cPrim": "#F74902",
"cSecn": "#000000",
},
{
"name": "Penguins",
"city": "Pittsburgh",
"cPrim": "#000000",
"cSecn": "#FCB514",
},
{
"name": "Blues",
"city": "St. Louis",
"cPrim": "#002F87",
"cSecn": "#FCB514",
},
{
"name": "Sharks",
"city": "San Jose",
"cPrim": "#006D75",
"cSecn": "#EA7200",
},
{
"name": "Kracken",
"city": "Seattle",
"cPrim": "#001628",
"cSecn": "#99D9D9",
},
{
"name": "Lightning",
"city": "Tampa Bay",
"cPrim": "#002868",
"cSecn": "#FFFFFF",
},
{
"name": "Maple Leafs",
"city": "Toronto",
"cPrim": "#00205B",
"cSecn": "#FFFFFF",
},
{
"name": "Canucks",
"city": "Vancouver",
"cPrim": "#00205B",
"cSecn": "#041C2C",
},
{
"name": "Golden Knights",
"city": "Vegas",
"cPrim": "#B4975A",
"cSecn": "#333F42",
},
{
"name": "Capitals",
"city": "Washington",
"cPrim": "#041E42",
"cSecn": "#C8102E",
},
{
"name": "Jets",
"city": "Winnipeg",
"cPrim": "#041E42",
"cSecn": "#AC162C",
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment