Module:Color/data
Documentation for this module may be created at Module:Color/data/doc
return {
-- GENERAL WIKI COLORS
["wiki1"] = "#2f4362",
-- RARITY
["rarity_common"] = "white",
["rarity_rare"] = "#0b9ccf", -- Sampled from screenshot
["rarity_epic"] = "#ed3cef", -- From overwatch.com
["rarity_legendary"] = "#ff9c00", -- From overwatch.com
-- HEALTH
["health"] = "white",
["armor"] = "#fbdd31",
["shields"] = "#72bdea",
["temporary_armor"] = "#f27209",
["temporary_shields"] = "#002bca",
}