Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a27d0a929ddcd806

Jump to content

Module:Political choropleth legend/data

From Wikipedia, the free encyclopedia
return {
	["Democratic (Downballot)"] = {
		["10-20"] = "#EBF2FF",
		["20-30"] = "#DFEEFF",
		["30-40"] = "#BDD3FF",
		["40-50"] = "#A5B0FF",
		["50-60"] = "#7996E2",
		["60-70"] = "#6674DE",
		["70-80"] = "#584CDE",
		["80-90"] = "#3933E5",
		["90"] = "#0D0596"
	},
	["Republican (Downballot)"] = {
		["10-20"] = "#FFF0F5",
		["20-30"] = "#FFE0EA",
		["30-40"] = "#FFC8CD",
		["40-50"] = "#FFB2B2",
		["50-60"] = "#E27F7F",
		["60-70"] = "#D75D5D",
		["70-80"] = "#D72F30",
		["80-90"] = "#C21B18",
		["90"] = "#A80000"
	},

	["Yes"] = {
		["50-60"] = "#B6C8D9",
		["60-70"] = "#7D9CBB",
		["70-80"] = "#47729E",
		["80-90"] = "#28497C",
		["90"] = "#2B2457"
	},
	["No"] = {
		["50-60"] = "#DEDEBD",
		["60-70"] = "#BCBC83",
		["70-80"] = "#8B8B54",
		["80-90"] = "#5D5D2D",
		["90"] = "#32320C"
	}
}