Current section

Files

Jump to
mbta_metro priv js styles colors.js
Raw

priv/js/styles/colors.js

export default {
"black": "#000000",
"white": "#FFFFFF",
"blue-50": "#E6ECF6",
"blue-100": "#CCD8ED",
"blue-200": "#99B1DB",
"blue-300": "#668BC9",
"blue-400": "#3364B7",
"blue-500": "#003DA5",
"blue-600": "#003795",
"blue-700": "#002B73",
"blue-800": "#001F53",
"blue-900": "#001231",
"green-50": "#E6F3EC",
"green-100": "#CCE6D8",
"green-200": "#99CEB1",
"green-300": "#66B58B",
"green-400": "#339D64",
"green-500": "#00843D",
"green-600": "#006A31",
"green-700": "#004F25",
"green-800": "#003518",
"green-900": "#001A0C",
"orange-50": "#FDF3E6",
"orange-100": "#FBE8CC",
"orange-200": "#F8D199",
"orange-300": "#F4B966",
"orange-400": "#F1A233",
"orange-500": "#ED8B00",
"orange-600": "#BE6F00",
"orange-700": "#8E5300",
"orange-800": "#5F3800",
"orange-900": "#2F1C00",
"purple-50": "#F2E9F0",
"purple-100": "#E6D4E2",
"purple-200": "#CCA9C4",
"purple-300": "#B37DA7",
"purple-400": "#995289",
"purple-500": "#80276C",
"purple-600": "#661F56",
"purple-700": "#4D1741",
"purple-800": "#33102B",
"purple-900": "#1A0816",
"red-50": "#FBEAE8",
"red-100": "#F8D4D2",
"red-200": "#F0A9A4",
"red-300": "#E97F77",
"red-400": "#E15449",
"red-500": "#DA291C",
"red-600": "#AE2116",
"red-700": "#831911",
"red-800": "#57100B",
"red-900": "#2C0806",
"silver-50": "#F2F3F4",
"silver-100": "#E5E7E8",
"silver-200": "#CBCFD2",
"silver-300": "#B0B7BB",
"silver-400": "#969FA5",
"silver-500": "#7C878E",
"silver-600": "#636C72",
"silver-700": "#4A5155",
"silver-800": "#323639",
"silver-900": "#191B1C",
"yellow-50": "#FFF9EA",
"yellow-100": "#FFF4D5",
"yellow-200": "#FFE9AB",
"yellow-300": "#FFDD80",
"yellow-400": "#FFD256",
"yellow-500": "#FFC72C",
"yellow-600": "#CC9F23",
"yellow-700": "#99771A",
"yellow-800": "#665012",
"yellow-900": "#332809",
}