Skip to content

Instantly share code, notes, and snippets.

@phreakin
Last active May 17, 2023 04:05
Show Gist options
  • Save phreakin/fdf91f99ed9bc956bc2daabe853320a1 to your computer and use it in GitHub Desktop.
Save phreakin/fdf91f99ed9bc956bc2daabe853320a1 to your computer and use it in GitHub Desktop.
Tons Of CSS Color Stuff. League, Team, Themes, Seasonal,etc
// Root Colors
$root{
$primary: #3b82f6;
$secondary: #64748b;
$success: #10b981;
$info: #3b82f6;
$warning: #f59e0b;
$danger: #ef4444;
$light: #f9fafb;
$dark: #1f2937;
$white: #ffffff;
$black: #000000;
$blue: #3b82f6;
$indigo: #6366f1;
$purple: #8b5cf6;
$pink: #ec4899;
$red: #ef4444;
$orange: #f59e0b;
$yellow: #fcd34d;
$green: #10b981;
$teal: #14b8a6;
$cyan: #3b82f6;
$gray: #64748b;
$gray-dark: #1f2937;
$slate: #64748b;
$zinc: #64748b;
}
// Solarized
$solarized{
$base03: #002b36;
$base02: #073642;
$base01: #586e75;
$base00: #657b83;
$base0: #839496;
$base1: #93a1a1;
$base2: #eee8d5;
$base3: #fdf6e3;
$yellow: #b58900;
$orange: #cb4b16;
$red: #dc322f;
$magenta: #d33682;
$violet: #6c71c4;
$blue: #268bd2;
$cyan: #2aa198;
$green: #859900;
}
// Solarized Light
$solarized_light{
$base03: #fdf6e3;
$base02: #eee8d5;
$base01: #93a1a1;
$base00: #839496;
$base0: #657b83;
$base1: #586e75;
$base2: #073642;
$base3: #002b36;
$yellow: #b58900;
$orange: #cb4b16;
$red: #dc322f;
$magenta: #d33682;
$violet: #6c71c4;
$blue: #268bd2;
$cyan: #2aa198;
$green: #859900;
}
// Solarized Dark
$solarized-dark{
$base03: #002b36;
$base02: #073642;
$base01: #586e75;
$base00: #657b83;
$base0: #839496;
$base1: #93a1a1;
$base2: #eee8d5;
$base3: #fdf6e3;
$yellow: #b58900;
$orange: #cb4b16;
$red: #dc322f;
$magenta: #d33682;
$violet: #6c71c4;
$blue: #268bd2;
$cyan: #2aa198;
$green: #859900;
}
// Material Colors
$material{
$red: #f44336;
$pink: #e91e63;
$purple: #9c27b0;
$deep-purple: #673ab7;
$indigo: #3f51b5;
$blue: #2196f3;
$light-blue: #03a9f4;
$cyan: #00bcd4;
$teal: #009688;
$green: #4caf50;
$light-green: #8bc34a;
$lime: #cddc39;
$yellow: #ffeb3b;
$amber: #ffc107;
$orange: #ff9800;
$deep-orange: #ff5722;
$brown: #795548;
$grey: #9e9e9e;
$blue-grey: #607d8b;
}
// Material Dark Colors
$material-dark{
$red: #f44336;
$pink: #e91e63;
$purple: #9c27b0;
$deep-purple: #673ab7;
$indigo: #3f51b5;
$blue: #2196f3;
$light-blue: #03a9f4;
$cyan: #00bcd4;
$teal: #009688;
$green: #4caf50;
$light-green: #8bc34a;
$lime: #cddc39;
$yellow: #ffeb3b;
$amber: #ffc107;
$orange: #ff9800;
$deep-orange: #ff5722;
$brown: #795548;
$grey: #9e9e9e;
$blue-grey: #607d8b;
}
// Material Light Colors
$material-light{
$red: #f44336;
$pink: #e91e63;
$purple: #9c27b0;
$deep-purple: #673ab7;
$indigo: #3f51b5;
$blue: #2196f3;
$light-blue: #03a9f4;
$cyan: #00bcd4;
$teal: #009688;
$green: #4caf50;
$light-green: #8bc34a;
$lime: #cddc39;
$yellow: #ffeb3b;
$amber: #ffc107;
$orange: #ff9800;
$deep-orange: #ff5722;
$brown: #795548;
$grey: #9e9e9e;
$blue-grey: #607d8b;
}
// Tailwind Gray
$tailwind_gray{
$gray-50: #f9fafb;
$gray-100: #f3f4f6;
$gray-200: #e5e7eb;
$gray-300: #d1d5db;
$gray-400: #9ca3af;
$gray-500: #6b7280;
$gray-600: #4b5563;
$gray-700: #374151;
$gray-800: #1f2937;
$gray-900: #111827;
}
// Tailwind Red
$tailwind_red{
$red-50: #fef2f2;
$red-100: #fee2e2;
$red-200: #fecaca;
$red-300: #fca5a5;
$red-400: #f87171;
$red-500: #ef4444;
$red-600: #dc2626;
$red-700: #b91c1c;
$red-800: #991b1b;
$red-900: #7f1d1d;
}
// Tailwind Orange
$tailwind_orange{
$orange-50: #fff7ed;
$orange-100: #ffedd5;
$orange-200: #fed7aa;
$orange-300: #fdba74;
$orange-400: #fb923c;
$orange-500: #f97316;
$orange-600: #ea580c;
$orange-700: #c2410c;
$orange-800: #9a3412;
$orange-900: #7c2d12;
}
// Tailwind Yellow
$tailwind_yellow{
$yellow-50: #fefce8;
$yellow-100: #fef9c3;
$yellow-200: #fef08a;
$yellow-300: #fde047;
$yellow-400: #facc15;
$yellow-500: #eab308;
$yellow-600: #ca8a04;
$yellow-700: #a16207;
$yellow-800: #854d0e;
$yellow-900: #713f12;
}
// Tailwind Green
$tailwind_green{
$green-50: #ecfdf5;
$green-100: #d1fae5;
$green-200: #a7f3d0;
$green-300: #6ee7b7;
$green-400: #34d399;
$green-500: #10b981;
$green-600: #059669;
$green-700: #047857;
$green-800: #065f46;
$green-900: #064e3b;
}
// Tailwind Teal
$tailwind_teal{
$teal-50: #f0fdfa;
$teal-100: #ccfbf1;
$teal-200: #99f6e4;
$teal-300: #5eead4;
$teal-400: #2dd4bf;
$teal-500: #14b8a6;
$teal-600: #0d9488;
$teal-700: #0f766e;
$teal-800: #115e59;
$teal-900: #134e4a;
}
// Tailwind Blue
$tailwind_blue{
$blue-50: #eff6ff;
$blue-100: #dbeafe;
$blue-200: #bfdbfe;
$blue-300: #93c5fd;
$blue-400: #60a5fa;
$blue-500: #3b82f6;
$blue-600: #2563eb;
$blue-700: #1d4ed8;
$blue-800: #1e40af;
$blue-900: #1e3a8a;
}
// Tailwind Indigo
$tailwind_indigo{
$indigo-50: #eef2ff;
$indigo-100: #e0e7ff;
$indigo-200: #c7d2fe;
$indigo-300: #a5b4fc;
$indigo-400: #818cf8;
$indigo-500: #6366f1;
$indigo-600: #4f46e5;
$indigo-700: #4338ca;
$indigo-800: #3730a3;
$indigo-900: #312e81;
}
// Tailwind Purple
$tailwind_purple{
$purple-50: #f5f3ff;
$purple-100: #ede9fe;
$purple-200: #ddd6fe;
$purple-300: #c4b5fd;
$purple-400: #a78bfa;
$purple-500: #8b5cf6;
$purple-600: #7c3aed;
$purple-700: #6d28d9;
$purple-800: #5b21b6;
$purple-900: #4c1d95;
}
// Tailwind Pink
$tailwind_pink{
$pink-50: #fdf2f8;
$pink-100: #fce7f3;
$pink-200: #fbcfe8;
$pink-300: #f9a8d4;
$pink-400: #f472b6;
$pink-500: #ec4899;
$pink-600: #db2777;
$pink-700: #be185d;
$pink-800: #9d174d;
$pink-900: #831843;
}
// Tailwind Rose
$tailwind_rose{
$rose-50: #fff1f2;
$rose-100: #ffe4e6;
$rose-200: #fecdd3;
$rose-300: #fda4af;
$rose-400: #fb7185;
$rose-500: #f43f5e;
$rose-600: #e11d48;
$rose-700: #be123c;
$rose-800: #9f1239;
$rose-900: #881337;
}
// Tailwind Cool Gray
$tailwind_cool_gray{
$cool-gray-50: #f9fafb;
$cool-gray-100: #f3f4f6;
$cool-gray-200: #e5e7eb;
$cool-gray-300: #d1d5db;
$cool-gray-400: #9ca3af;
$cool-gray-500: #6b7280;
$cool-gray-600: #4b5563;
$cool-gray-700: #374151;
$cool-gray-800: #1f2937;
$cool-gray-900: #111827;
}
// Tailwind Neutral
$tailwind_neutral{
$neutral-50: #ffffff;
$neutral-100: #fafafa;
$neutral-200: #f4f4f5;
$neutral-300: #e4e4e7;
$neutral-400: #d4d4d8;
$neutral-500: #a1a1aa;
$neutral-600: #71717a;
$neutral-700: #52525b;
$neutral-800: #3f3f46;
$neutral-900: #27272a;
}
// Tailwind Warm Gray
$tailwind_warm_gray{
$warm-gray-50: #fafaf9;
$warm-gray-100: #f5f5f4;
$warm-gray-200: #e7e5e4;
$warm-gray-300: #d6d3d1;
$warm-gray-400: #a8a29e;
$warm-gray-500: #78716c;
$warm-gray-600: #57534e;
$warm-gray-700: #44403c;
$warm-gray-800: #292524;
$warm-gray-900: #1c1917;
}
// Tailwind Stone
$tailwind_stone{
$stone-50: #fafaf9;
$stone-100: #f5f5f4;
$stone-200: #e7e5e4;
$stone-300: #d6d3d1;
$stone-400: #a8a29e;
$stone-500: #78716c;
$stone-600: #57534e;
$stone-700: #44403c;
$stone-800: #292524;
$stone-900: #1c1917;
}
// Tailwind Zinc
$tailwind_zinc{
$zinc-50: #fafafa;
$zinc-100: #f4f4f5;
$zinc-200: #e4e4e7;
$zinc-300: #d4d4d8;
$zinc-400: #a1a1aa;
$zinc-500: #71717a;
$zinc-600: #52525b;
$zinc-700: #3f3f46;
$zinc-800: #27272a;
$zinc-900: #18181b;
}
// Flat Colors
$flat_colors{
$flat_turquoise: #1abc9c;
$flat_green_sea: #16a085;
$flat_emerald: #2ecc71;
$flat_nephritis: #27ae60;
$flat_peter_river: #3498db;
$flat_belize_hole: #2980b9;
$flat_amethyst: #9b59b6;
$flat_wisteria: #8e44ad;
$flat_wet_asphalt: #34495e;
$flat_midnight_blue: #2c3e50;
$flat_sun_flower: #f1c40f;
$flat_orange: #f39c12;
$flat_carrot: #e67e22;
$flat_pumpkin: #d35400;
$flat_alizarin: #e74c3c;
$flat_pomegranate: #c0392b;
$flat_clouds: #ecf0f1;
$flat_silver: #bdc3c7;
$flat_concrete: #95a5a6;
$flat_asbestos: #7f8c8d;
}
// SocialL Colors
$social_colors{
$aol: #ff0b00;
$apple: #000000;
$baidu: #2319dc;
$bebo: #e04646;
$behance: #131418;
$blogger: #fc4f08;
$delicious: #205cc0;
$designer_news: #2d72d9;
$designfloat: #df4e37;
$deviantart: #4dc47d;
$dribbble: #ea4c89;
$dropbox: #3d9ae8;
$facebook: #3b5998;
$flickr: #ff0084;
$forrst: #5b9a68;
$foursquare: #0072b1;
$github: #000000;
$google_plus: #dd4b39;
$grooveshark: #f77f00;
$html5: #ec6231;
$icq: #7ebd00;
$instagram: #517fa4;
$itunes: #000000;
$last_fm: #d51007;
$linkedin: #007bb6;
$pinterest: #cb2027;
$rss: #ff6600;
$soundcloud: #f50;
$spotify: #81b71a;
$stumbleupon: #eb4924;
$tumblr: #32506d;
$twitter: #55acee;
$vimeo: #1ab7ea;
$yahoo: #430297;
$youtube: #bb0000;
}
// Code Colors
$code_colors{
$actionscript: #882B0F;
$apache: #000000;
$applescript: #101F1F;
$asp: #6a40fd;
$bash: #89e051;
$c: #555555;
$coffeescript: #244776;
$cPlusPlus: #f34b7d;
$css: #563d7c;
$d: #ba595e;
$dart: #00b4ab;
$erlang: #0faf8d;
$go: #375eab;
$groovy: #e69f56;
$haskell: #29b544;
$html: #e44b23;
$java: #b07219;
$javascript: #f1e05a;
$json: #000000;
$julia: #a270ba;
$latex: #000000;
$less: #1d365d;
$lisp: #3fb68b;
$lua: #000080;
$markdown: #083fa1;
$matlab: #bb92ac;
$objective_c: #438eff;
$perl: #0298c3;
$php: #4f5d95;
$php: #8892be;
$pickaxe: #333333;
$powershell: #012456;
$python: #3572A5;
$r: #198ce7;
$ruby: #701516;
$ruby: #cc342d;
$rust: #dea584;
$sass: #e96ead;
$scala: #7dd3b0;
$smalltalk: #596706;
$sql: #e38c00;
$swift: #ffac45;
$tex: #3D6117;
$text: #000000;
$typescript: #2b7489;
$viml: #199f4b;
$xml: #000000;
$yaml: #000000;
}
// Github Colors
$github_colors{
$github_blue: #4078c0;
$github_gray: #333333;
$github_gray_light: #f5f5f5;
$github_gray_dark: #222222;
$github_gray_darker: #444444;
$github_gray_darkish: #282828;
$github_green: #6cc644;
$github_orange: #bd2c00;
$github_purple: #6e5494;
$github_red: #bd2c00;
$github_white: #ffffff;
$github_yellow: #f8cc1c;
}
// Google Colors
$google_colors{
$google_blue: #4285f4;
$google_green: #34a853;
$google_yellow: #fbbc05;
$google_red: #ea4335;
}
// Microsoft Colors
$microsoft_colors{
$microsoft_blue: #00a1f1;
$microsoft_green: #7fba00;
$microsoft_yellow: #ffbb00;
$microsoft_orange: #f65314;
$microsoft_red: #ee1111;
$microsoft_gray: #737373;
$microsoft_gray_light: #eaeaea;
$microsoft_gray_dark: #333333;
}
// Apple Colors
$apple_colors{
$apple_blue: #0070c9;
$apple_green: #5ebd3e;
$apple_yellow: #ffcc00;
$apple_orange: #ff9500;
$apple_red: #ff3b30;
$apple_gray: #8e8e93;
$apple_gray_light: #f2f2f2;
$apple_gray_dark: #1c1c1c;
}
// Facebook Colors
$facebook_colors{
$facebook_blue: #3b5998;
$facebook_gray: #e9ebee;
$facebook_gray_dark: #333333;
$facebook_gray_darker: #222222;
$facebook_gray_light: #f5f6f7;
$facebook_gray_lighter: #f2f3f5;
$facebook_green: #00af89;
$facebook_orange: #ff7e29;
$facebook_red: #d34836;
$facebook_white: #ffffff;
$facebook_yellow: #ffdc00;
}
// Twitter Colors
$twitter_colors{
$twitter_blue: #55acee;
$twitter_gray: #8899a6;
$twitter_gray_dark: #292f33;
$twitter_gray_darker: #14171a;
$twitter_gray_light: #e1e8ed;
$twitter_gray_lighter: #f5f8fa;
$twitter_green: #00c300;
$twitter_orange: #ffad1f;
$twitter_red: #e0245e;
$twitter_white: #ffffff;
$twitter_yellow: #ffcc4d;
}
// Bootstrap Colors
$bs_colors{
$bs_blue: #428bca;
$bs_blue_dark: #3071a9;
$bs_blue_darker: #286090;
$bs_blue_light: #d9edf7;
$bs_blue_lighter: #d9edf7;
$bs_blue_link: #428bca;
$bs_green: #5cb85c;
$bs_green_dark: #449d44;
$bs_green_darker: #398439;
$bs_green_light: #d6e9c6;
$bs_green_lighter: #d6e9c6;
$bs_green_link: #5cb85c;
$bs_grey: #999999;
$bs_grey_dark: #333333;
$bs_grey_darker: #222222;
$bs_grey_light: #f9f9f9;
$bs_grey_lighter: #f9f9f9;
$bs_grey_link: #999999;
$bs_orange: #f0ad4e;
$bs_orange_dark: #ec971f;
$bs_orange_darker: #d58512;
$bs_orange_light: #fcf8e3;
$bs_orange_lighter: #fcf8e3;
$bs_orange_link: #f0ad4e;
$bs_red: #d9534f;
$bs_red_dark: #c9302c;
$bs_red_darker: #ac2925;
$bs_red_light: #f2dede;
$bs_red_lighter: #f2dede;
$bs_red_link: #d9534f;
$bs_white: #ffffff;
$bs_yellow: #ff0;
$bs_yellow_dark: #e1a100;
$bs_yellow_darker: #c69500;
$bs_yellow_light: #fcf8e3;
$bs_yellow_lighter: #fcf8e3;
$bs_yellow_link: #ff0;
}
// Bootswatch $Cerulean Colors
$cerulean_colors{
$primary: #2FA4E7;
$secondary: #6C757D;
$success: #5CB85C;
$info: #5BC0DE;
$warning: #F0AD4E;
$danger: #D9534F;
$light: #F7F7F7;
$dark: #343A40;
}
// Bootswatch Cosmo Colors
$cosmo_colors{
$primary: #2780E3;
$secondary: #6C757D;
$success: #4FB5A5;
$info: #81C7E7;
$warning: #F0AD4E;
$danger: #D9534F;
$light: #EFEFEF;
$dark: #373A3C;
}
// Bootswatch Darkly Colors
$darkly_colors{
$primary: #375a7f;
$secondary: #6c757d;
$success: #4dbd74;
$info: #20a8d8;
$warning: #ffc107;
$danger: #f86c6b;
$light: #f0f3f5;
$dark: #343a40;
}
// Bootswatch Flatly Colors
$flatly_colors{
$primary: #18bc9c;
$secondary: #2c3e50;
$success: #2ecc71;
$info: #3498db;
$warning: #f39c12;
$danger: #e74c3c;
$light: #ecf0f1;
$dark: #34495e;
}
// Bootswatch Journal Colors
$journal_colors{
$primary: #eb6864;
$secondary: #a0d468;
$success: #4fc1e9;
$info: #3bafda;
$warning: #ffce54;
$danger: #ed5565;
$light: #ccd1d9;
$dark: #656d78;
}
// Bootswatch Litera Colors
$litera_colors{
$primary: #4582ec;
$secondary: #6c757d;
$success: #2dce89;
$info: #5d9cec;
$warning: #fcc468;
$danger: #f44455;
$light: #f6f7fb;
$dark: #3b3f5c;
}
// Bootswatch Lumen Colors
$lumen_colors{
$primary: #158cba;
$secondary: #34495e;
$success: #8cc152;
$info: #5bc0de;
$warning: #f6bb42;
$danger: #e9573f;
$light: #f1f2f3;
$dark: #2d353c;
}
// Bootswatch Lux Colors
$lux_colors{
$primary: #1a1a1a;
$secondary: #6c757d;
$success: #4dbd74;
$info: #20a8d8;
$warning: #ffc107;
$danger: #f86c6b;
$light: #f0f3f5;
$dark: #343a40;
}
// Bootswatch Materia Colors
$materia_colors{
$primary: #2196f3;
$secondary: #6c757d;
$success: #4caf50;
$info: #00bcd4;
$warning: #ff9800;
$danger: #f44336;
$light: #f5f5f5;
$dark: #263238;
}
// Bootswatch Minty Colors
$minty_colors{
$primary: #78c2ad;
$secondary: #6c757d;
$success: #71bf80;
$info: #5bc0de;
$warning: #e9ce63;
$danger: #e96562;
$light: #f5f5f5;
$dark: #373a3c;
}
// Bootswatch Paper Colors
$paper_colors{
$primary: #2196f3;
$secondary: #607d8b;
$success: #4caf50;
$info: #00bcd4;
$warning: #ff9800;
$danger: #f44336;
$light: #f5f5f5;
$dark: #263238;
}
// Bootswatch Pulse Colors
$pulse_colors{
$primary: #593196;
$secondary: #6c757d;
$success: #4caf50;
$info: #00bcd4;
$warning: #ff9800;
$danger: #f44336;
$light: #f5f5f5;
$dark: #263238;
}
// Bootswatch Sandstone Colors
$sandstone_colors{
$primary: #93c54b;
$secondary: #ec971f;
$success: #5cb85c;
$info: #5bc0de;
$warning: #f0ad4e;
$danger: #d9534f;
$light: #f9f9f9;
$dark: #2b2b2b;
}
// Bootswatch Simplex Colors
$simplex_colors{
$primary: #d9230f;
$secondary: #3d3d3d;
$success: #3fb618;
$info: #1caceb;
$warning: #f2b50f;
$danger: #d9230f;
$light: #ebebeb;
$dark: #222222;
}
// Bootswatch Sketchy Colors
$sketchy_colors{
$primary: #333333;
$secondary: #6c757d;
$success: #5cb85c;
$info: #5bc0de;
$warning: #f0ad4e;
$danger: #d9534f;
$light: #f9f9f9;
$dark: #2b2b2b;
}
// Bootswatch Slate Colors
$slate_colors{
$primary: #6c7b95;
$secondary: #a6b2be;
$success: #5cb85c;
$info: #5bc0de;
$warning: #f0ad4e;
$danger: #d9534f;
$light: #f9f9f9;
$dark: #2b2b2b;
}
// Bootswatch Solar Colors
$solar_colors{
$primary: #df691a;
$secondary: #df691a;
$success: #5cb85c;
$info: #5bc0de;
$warning: #f0ad4e;
$danger: #d9534f;
$light: #f9f9f9;
$dark: #2b2b2b;
}
// Bootswatch Spacelab Colors
$spacelab_colors{
$primary: #446e9b;
$secondary: #5bc0de;
$success: #62c462;
$info: #5bc0de;
$warning: #f89406;
$danger: #ee5f5b;
$light: #e9eaed;
$dark: #2c3e50;
}
// Bootswatch Superhero Colors
$superhero_colors{
$primary: #df691a;
$secondary: #df691a;
$success: #5cb85c;
$info: #5bc0de;
$warning: #f0ad4e;
$danger: #d9534f;
$light: #e9ecef;
$dark: #2b3e50;
}
// Bootswatch United Colors
$united_colors{
$primary: #e95420;
$secondary: #4f5d6e;
$success: #8dc63f;
$info: #4a89dc;
$warning: #f6bb42;
$danger: #e9573f;
$light: #f4f5f7;
$dark: #2d353c;
}
// Bootswatch Yeti Colors
$yeti_colors{
$primary: #008cba;
$secondary: #2c3e50;
$success: #5cb85c;
$info: #5bc0de;
$warning: #f0ad4e;
$danger: #d9534f;
$light: #e9ecef;
$dark: #2b3e50;
}
// Bootswatch Cyborg Colors
$cyborg_colors{
$primary: #2a9fd6;
$secondary: #2a9fd6;
$success: #87cb16;
$info: #2a9fd6;
$warning: #ffcc00;
$danger: #cc0000;
$light: #cccccc;
$dark: #222222;
}
// Amazon Colors
$amazon_colors{
$primary: #ff9900;
$secondary: #146eb4;
$tertiary: #e47911;
$quaternary: #333333;
$quinary: #cccccc;
$senary: #e6e6e6;
$septenary: #f2f2f2;
$octonary: #ffffff;
$nonary: #0066c0;
$denary: #e47911;
}
// Linux Distros Colors
$linux_distros{
$alpine: #0d597f;
$arch: #1793d1;
$arch: #1793d1;
$centos: #941f1f;
$crux: #333333;
$debian: #a80030;
$dragonflybsd: #c64c00;
$elementaryos: #64b0e5;
$fedora: #3c6eb4;
$freebsd: #a92d2d;
$gentoo: #544d46;
$linuxmint: #87a96b;
$mageia: #fbae17;
$mandriva: #be0000;
$netbsd: #ff9900;
$openbsd: #e47911;
$opensuse: #73ba25;
$redhat: #cc0000;
$scientific: #cc0000;
$slackware: #e7e7e7;
$ubuntu: #dd4814;
$zorin: #0c7d9d;
}
// Social Colors
$social_colors{
$bitbucket-primary: #205081;
$bitbucket-secondary: #e7e7e7;
$discord-primary: #7289da;
$discord-secondary: #e7e7e7;
$dropbox-primary: #1087dd;
$dropbox-secondary: #e7e7e7;
$facebook-primary: #3b5998;
$facebook-secondary: #8b9dc3;
$github-primary: #333333;
$github-secondary: #e7e7e7;
$googleplus-primary: #dd4b39;
$googleplus-secondary: #e9e9e9;
$instagram-primary: #3f729b;
$instagram-secondary: #e7e7e7;
$line-primary: #00c300;
$line-secondary: #e7e7e7;
$linkedin-primary: #007bb6;
$linkedin-secondary: #e7e7e7;
$pinterest-primary: #cb2027;
$pinterest-secondary: #e7e7e7;
$quora-primary: #a82400;
$quora-secondary: #e7e7e7;
$reddit-primary: #ff4500;
$reddit-secondary: #e7e7e7;
$skype-primary: #00aff0;
$skype-secondary: #e7e7e7;
$slack-primary: #3aaf85;
$slack-secondary: #e7e7e7;
$spotify-primary: #1ed760;
$spotify-secondary: #e7e7e7;
$stackexchange-primary: #1e5397;
$stackexchange-secondary: #e7e7e7;
$stackoverflow-primary: #f48024;
$stackoverflow-secondary: #e7e7e7;
$steam-primary: #171a21;
$steam-secondary: #e7e7e7;
$telegram-primary: #0088cc;
$telegram-secondary: #e7e7e7;
$tumblr-primary: #35465c;
$tumblr-secondary: #e7e7e7;
$twitter-primary: #55acee;
$twitter-secondary: #c8e9f9;
$vine-primary: #00bf8f;
$vine-secondary: #e7e7e7;
$vk-primary: #45668e;
$vk-secondary: #e7e7e7;
$wechat-primary: #7bb32e;
$wechat-secondary: #e7e7e7;
$whatsapp-primary: #4dc247;
$whatsapp-secondary: #e7e7e7;
$wordpress-primary: #21759b;
$wordpress-secondary: #e7e7e7;
$yelp-primary: #af0606;
$yelp-secondary: #e7e7e7;
$youtube-primary: #bb0000;
$youtube-secondary: #e7e7e7;
}
// Dracula Theme
$dracula_theme{
$primary: #bd93f9;
$secondary: #282a36;
$success: #50fa7b;
$info: #8be9fd;
$warning: #f1fa8c;
$danger: #ff5555;
$light: #f8f8f2;
$dark: #44475a;
}
// Bootswatch Themes
$themes{
$cerulean: $cerulean_colors;
$cosmo: $cosmo_colors;
$cyborg: $cyborg_colors;
$darkly: $darkly_colors;
$flatly: $flatly_colors;
$journal: $journal_colors;
$litera: $litera_colors;
$lumen: $lumen_colors;
$lux: $lux_colors;
$materia: $materia_colors;
$minty: $minty_colors;
$pulse: $pulse_colors;
$sandstone: $sandstone_colors;
$simplex: $simplex_colors;
$sketchy: $sketchy_colors;
$slate: $slate_colors;
$solar: $solar_colors;
$spacelab: $spacelab_colors;
$superhero: $superhero_colors;
$united: $united_colors;
$yeti: $yeti_colors;
$cyborg: $cyborg_colors;
}
// VS Code Colors
$vscode{
$vscode-blue: #007acc;
$vscode-green: #00bc00;
$vscode-yellow: #ffd700;
$vscode-orange: #d67e00;
$vscode-red: #ff0000;
$vscode-purple: #a600ff;
$vscode-pink: #ff00ff;
$vscode-cyan: #00ffff;
$vscode-white: #ffffff;
$vscode-gray: #cccccc;
$vscode-black: #000000;
}
// Pastel Colors
$pastel{
$pastel-blue: #aec6cf;
$pastel-green: #b2d8b2;
$pastel-yellow: #ffffcc;
$pastel-orange: #ffcc99;
$pastel-red: #ffb2b2;
$pastel-purple: #d8b2d8;
$pastel-pink: #f9baba;
$pastel-cyan: #b2d8d8;
$pastel-white: #ffffff;
$pastel-gray: #cccccc;
$pastel-black: #000000;
}
// Monokai Colors
$monokai{
$monokai-blue: #66d9ef;
$monokai-green: #a6e22e;
$monokai-yellow: #e6db74;
$monokai-orange: #fd971f;
$monokai-red: #f92672;
$monokai-purple: #ae81ff;
$monokai-pink: #f92672;
$monokai-cyan: #a6e22e;
$monokai-white: #f8f8f2;
$monokai-gray: #75715e;
$monokai-black: #272822;
}
//Metro UI Colors
$metro{
$metro-blue: #00aaff;
$metro-green: #00ffaa;
$metro-yellow: #ffff00;
$metro-orange: #ffaa00;
$metro-red: #ff0000;
$metro-purple: #aa00ff;
$metro-pink: #ff00aa;
$metro-cyan: #00ffff;
$metro-white: #ffffff;
$metro-gray: #cccccc;
$metro-black: #000000;
}
// Nordic Colors
$nordic{
$nordic-blue: #81a1c1;
$nordic-green: #a3be8c;
$nordic-yellow: #ebcb8b;
$nordic-orange: #d08770;
$nordic-red: #bf616a;
$nordic-purple: #b48ead;
$nordic-pink: #d08770;
$nordic-cyan: #88c0d0;
$nordic-white: #e5e9f0;
$nordic-gray: #4c566a;
$nordic-black: #2e3440;
}
// Vintage Colors
$vintage{
$vintage-blue: #6c8ebf;
$vintage-green: #8ebf6c;
$vintage-yellow: #bfb56c;
$vintage-orange: #bf8e6c;
$vintage-red: #bf6c6c;
$vintage-purple: #8e6cbf;
$vintage-pink: #bf6c8e;
$vintage-cyan: #6cbfbf;
$vintage-white: #ffffff;
$vintage-gray: #cccccc;
$vintage-black: #000000;
}
// Holi Colors
$holi{
$holi-blue: #00ffff;
$holi-green: #00ff00;
$holi-yellow: #ffff00;
$holi-orange: #ff7f00;
$holi-red: #ff0000;
$holi-purple: #ff00ff;
$holi-pink: #ff00ff;
$holi-cyan: #00ffff;
$holi-white: #ffffff;
$holi-gray: #cccccc;
$holi-black: #000000;
}
// Mid-Century Modern Colors
$mid-century{
$mid-century-blue: #00a0b0;
$mid-century-green: #6a4a3c;
$mid-century-yellow: #cc333f;
$mid-century-orange: #eb6841;
$mid-century-red: #edc951;
$mid-century-purple: #6a4a3c;
$mid-century-pink: #cc333f;
$mid-century-cyan: #00a0b0;
$mid-century-white: #ffffff;
$mid-century-gray: #cccccc;
$mid-century-black: #000000;
}
// Cyberpunk Colors
$cyberpunk{
$cyberpunk-blue: #7fffd4;
$cyberpunk-green: #00ff00;
$cyberpunk-yellow: #ffff00;
$cyberpunk-orange: #ff7f00;
$cyberpunk-red: #ff0000;
$cyberpunk-purple: #ff00ff;
$cyberpunk-pink: #ff00ff;
$cyberpunk-cyan: #00ffff;
$cyberpunk-white: #ffffff;
$cyberpunk-gray: #cccccc;
$cyberpunk-black: #000000;
}
// Oceana Colors
$ocean{
$ocean-blue: #0077be;
$ocean-green: #009b72;
$ocean-yellow: #ffcc00;
$ocean-orange: #ff6600;
$ocean-red: #cc0033;
$ocean-purple: #993399;
$ocean-pink: #ff0066;
$ocean-cyan: #00cccc;
$ocean-white: #ffffff;
$ocean-gray: #cccccc;
$ocean-black: #000000;
}
// Urban Colors
$urban{
$urban-blue: #00a0b0;
$urban-green: #6a4a3c;
$urban-yellow: #cc333f;
$urban-orange: #eb6841;
$urban-red: #edc951;
$urban-purple: #6a4a3c;
$urban-pink: #cc333f;
$urban-cyan: #00a0b0;
$urban-white: #ffffff;
$urban-gray: #cccccc;
$urban-black: #000000;
}
// Desert Colors
$desert{
$desert-blue: #00a0b0;
$desert-green: #6a4a3c;
$desert-yellow: #cc333f;
$desert-orange: #eb6841;
$desert-red: #edc951;
$desert-purple: #6a4a3c;
$desert-pink: #cc333f;
$desert-cyan: #00a0b0;
$desert-white: #ffffff;
$desert-gray: #cccccc;
$desert-black: #000000;
}
// High Contrast Colors
$high-contrast{
$high-contrast-blue: #0000ff;
$high-contrast-green: #00ff00;
$high-contrast-yellow: #ffff00;
$high-contrast-orange: #ff7f00;
$high-contrast-red: #ff0000;
$high-contrast-purple: #ff00ff;
$high-contrast-pink: #ff00ff;
$high-contrast-cyan: #00ffff;
$high-contrast-white: #ffffff;
$high-contrast-gray: #cccccc;
$high-contrast-black: #000000;
}
// Monochrome
$monochrome{
$monochrome-1: #000000;
$monochrome-2: #111111;
$monochrome-3: #222222;
$monochrome-4: #333333;
$monochrome-5: #444444;
$monochrome-6: #555555;
$monochrome-7: #666666;
$monochrome-8: #777777;
$monochrome-9: #888888;
$monochrome-10: #999999;
$monochrome-11: #aaaaaa;
$monochrome-12: #bbbbbb;
$monochrome-13: #cccccc;
$monochrome-14: #dddddd;
$monochrome-15: #eeeeee;
$monochrome-16: #ffffff;
}
// Shades of Gray
$shades-of-gray{
$shades-of-gray-1: #111111;
$shades-of-gray-2: #222222;
$shades-of-gray-3: #333333;
$shades-of-gray-4: #444444;
$shades-of-gray-5: #555555;
$shades-of-gray-6: #666666;
$shades-of-gray-7: #777777;
$shades-of-gray-8: #888888;
$shades-of-gray-9: #999999;
$shades-of-gray-10: #aaaaaa;
$shades-of-gray-11: #bbbbbb;
$shades-of-gray-12: #cccccc;
$shades-of-gray-13: #dddddd;
$shades-of-gray-14: #eeeeee;
$shades-of-gray-15: #ffffff;
}
// Shades of Red
$shades-of-red{
$shades-of-red-1: #330000;
$shades-of-red-2: #660000;
$shades-of-red-3: #990000;
$shades-of-red-4: #cc0000;
$shades-of-red-5: #ff0000;
$shades-of-red-6: #ff3333;
$shades-of-red-7: #ff6666;
$shades-of-red-8: #ff9999;
$shades-of-red-9: #ffcccc;
$shades-of-red-10: #ffffff;
}
// Shades of Orange
$shades-of-orange{
$shades-of-orange-1: #331a00;
$shades-of-orange-2: #663300;
$shades-of-orange-3: #994d00;
$shades-of-orange-4: #cc6600;
$shades-of-orange-5: #ff8000;
$shades-of-orange-6: #ff9933;
$shades-of-orange-7: #ffb366;
$shades-of-orange-8: #ffcc99;
$shades-of-orange-9: #ffe6cc;
$shades-of-orange-10: #ffffff;
}
// Shades of Yellow
$shades-of-yellow{
$shades-of-yellow-1: #333300;
$shades-of-yellow-2: #666600;
$shades-of-yellow-3: #999900;
$shades-of-yellow-4: #cccc00;
$shades-of-yellow-5: #ffff00;
$shades-of-yellow-6: #ffff33;
$shades-of-yellow-7: #ffff66;
$shades-of-yellow-8: #ffff99;
$shades-of-yellow-9: #ffffcc;
$shades-of-yellow-10: #ffffff;
}
// Shades of Green
$shades-of-green{
$shades-of-green-1: #003300;
$shades-of-green-2: #006600;
$shades-of-green-3: #009900;
$shades-of-green-4: #00cc00;
$shades-of-green-5: #00ff00;
$shades-of-green-6: #33ff33;
$shades-of-green-7: #66ff66;
$shades-of-green-8: #99ff99;
$shades-of-green-9: #ccffcc;
$shades-of-green-10: #ffffff;
}
// Shades of Blue
$shades-of-blue{
$shades-of-blue-1: #000033;
$shades-of-blue-2: #000066;
$shades-of-blue-3: #000099;
$shades-of-blue-4: #0000cc;
$shades-of-blue-5: #0000ff;
$shades-of-blue-6: #3333ff;
$shades-of-blue-7: #6666ff;
$shades-of-blue-8: #9999ff;
$shades-of-blue-9: #ccccff;
$shades-of-blue-10: #ffffff;
}
// Shades of Purple
$shades-of-purple{
$shades-of-purple-1: #190033;
$shades-of-purple-2: #330066;
$shades-of-purple-3: #4c0099;
$shades-of-purple-4: #6600cc;
$shades-of-purple-5: #8000ff;
$shades-of-purple-6: #9933ff;
$shades-of-purple-7: #b366ff;
$shades-of-purple-8: #cc99ff;
$shades-of-purple-9: #e6ccff;
$shades-of-purple-10: #ffffff;
}
// Shades of Pink
$shades-of-pink{
$shades-of-pink-1: #330019;
$shades-of-pink-2: #660033;
$shades-of-pink-3: #99004d;
$shades-of-pink-4: #cc0066;
$shades-of-pink-5: #ff007f;
$shades-of-pink-6: #ff3399;
$shades-of-pink-7: #ff66b2;
$shades-of-pink-8: #ff99cc;
$shades-of-pink-9: #ffccdf;
$shades-of-pink-10: #ffffff;
}
// Shades of Brown
$shades-of-brown{
$shades-of-brown-1: #331900;
$shades-of-brown-2: #663300;
$shades-of-brown-3: #994d00;
$shades-of-brown-4: #cc6600;
$shades-of-brown-5: #ff8000;
$shades-of-brown-6: #ff9933;
$shades-of-brown-7: #ffb366;
$shades-of-brown-8: #ffcc99;
$shades-of-brown-9: #ffe6cc;
$shades-of-brown-10: #ffffff;
}
// Christmas Colors
$christmas-colors{
$christmas-colors-1: #003300;
$christmas-colors-2: #006600;
$christmas-colors-3: #009900;
$christmas-colors-4: #00cc00;
$christmas-colors-5: #00ff00;
$christmas-colors-6: #ff0000;
$christmas-colors-7: #ff3333;
$christmas-colors-8: #ff6666;
$christmas-colors-9: #ff9999;
$christmas-colors-10: #ffffff;
}
// Halloween Colors
$halloween-colors{
$halloween-colors-1: #ff6600;
$halloween-colors-2: #ff8000;
$halloween-colors-3: #ff9933;
$halloween-colors-4: #ffcc99;
$halloween-colors-5: #ffe6cc;
$halloween-colors-6: #000000;
$halloween-colors-7: #333333;
$halloween-colors-8: #666666;
$halloween-colors-9: #999999;
$halloween-colors-10: #cccccc;
}
// Thanksgiving Colors
$thanksgiving-colors{
$thanksgiving-colors-1: #ff8000;
$thanksgiving-colors-2: #ff9933;
$thanksgiving-colors-3: #ffcc99;
$thanksgiving-colors-4: #ffe6cc;
$thanksgiving-colors-5: #000000;
$thanksgiving-colors-6: #333333;
$thanksgiving-colors-7: #666666;
$thanksgiving-colors-8: #999999;
$thanksgiving-colors-9: #cccccc;
$thanksgiving-colors-10: #ffffff;
}
// Valentine's Day Colors
$valentines-day-colors{
$valentines-day-colors-1: #ff0000;
$valentines-day-colors-2: #ff3333;
$valentines-day-colors-3: #ff6666;
$valentines-day-colors-4: #ff9999;
$valentines-day-colors-5: #ffcccc;
$valentines-day-colors-6: #000000;
$valentines-day-colors-7: #333333;
$valentines-day-colors-8: #666666;
$valentines-day-colors-9: #999999;
$valentines-day-colors-10: #cccccc;
}
// Easter Colors
$easter-colors{
$easter-colors-1: #ffcc00;
$easter-colors-2: #ffcc33;
$easter-colors-3: #ffcc66;
$easter-colors-4: #ffcc99;
$easter-colors-5: #ffcccc;
$easter-colors-6: #000000;
$easter-colors-7: #333333;
$easter-colors-8: #666666;
$easter-colors-9: #999999;
$easter-colors-10: #cccccc;
}
// St. Patrick's Day Colors
$st-patricks-day-colors{
$st-patricks-day-colors-1: #009900;
$st-patricks-day-colors-2: #00cc00;
$st-patricks-day-colors-3: #00ff00;
$st-patricks-day-colors-4: #33ff33;
$st-patricks-day-colors-5: #66ff66;
$st-patricks-day-colors-6: #000000;
$st-patricks-day-colors-7: #333333;
$st-patricks-day-colors-8: #666666;
$st-patricks-day-colors-9: #999999;
$st-patricks-day-colors-10: #cccccc;
}
// Independence Day Colors
$independence-day-colors{
$independence-day-colors-1: #ff0000;
$independence-day-colors-2: #ff3333;
$independence-day-colors-3: #ff6666;
$independence-day-colors-4: #ff9999;
$independence-day-colors-5: #ffcccc;
$independence-day-colors-6: #0000ff;
$independence-day-colors-7: #3333ff;
$independence-day-colors-8: #6666ff;
$independence-day-colors-9: #9999ff;
$independence-day-colors-10: #ccccff;
}
// New Year's Colors
$new-years-colors{
$new-years-colors-1: #000000;
$new-years-colors-2: #333333;
$new-years-colors-3: #666666;
$new-years-colors-4: #999999;
$new-years-colors-5: #cccccc;
$new-years-colors-6: #ff0000;
$new-years-colors-7: #ff3333;
$new-years-colors-8: #ff6666;
$new-years-colors-9: #ff9999;
$new-years-colors-10: #ffcccc;
}
// Spring Colors
$spring-colors{
$spring-colors-1: #ffcc00;
$spring-colors-2: #ffcc33;
$spring-colors-3: #ffcc66;
$spring-colors-4: #ffcc99;
$spring-colors-5: #ffcccc;
}
// Summer Colors
$summer-colors{
$summer-colors-1: #ff0000;
$summer-colors-2: #ff3333;
$summer-colors-3: #ff6666;
$summer-colors-4: #ff9999;
$summer-colors-5: #ffcccc;
$summer-colors-6: #0000ff;
$summer-colors-7: #3333ff;
$summer-colors-8: #6666ff;
$summer-colors-9: #9999ff;
$summer-colors-10: #ccccff;
}
// Fall Colors
$fall-colors{
$fall-colors-1: #ff6600;
$fall-colors-2: #ff8000;
$fall-colors-3: #ff9933;
$fall-colors-4: #ffcc99;
$fall-colors-5: #ffe6cc;
}
// Winter Colors
$winter-colors{
$winter-colors-1: #000000;
$winter-colors-2: #333333;
$winter-colors-3: #666666;
$winter-colors-4: #999999;
$winter-colors-5: #cccccc;
}
// NFL Colors
// Arizona Cardinals Colors
$az_cardinals{
$az_cardinals-1: #97233F;
$az_cardinals-2: #000000;
$az_cardinals-3: #FFB612;
$az_cardinals-4: #A5ACAF;
}
// Atlanta Falcons Colors
$atl_falcons{
$atl_falcons-1: #A71930;
$atl_falcons-2: #000000;
$atl_falcons-3: #A5ACAF;
}
// Baltimore Ravens Colors
$bal_ravens{
$bal_ravens-1: #241773;
$bal_ravens-2: #000000;
$bal_ravens-3: #9E7C0C;
$bal_ravens-4: #C60C30;
}
// Buffalo Bills Colors
$buf_bills{
$buf_bills-1: #00338D;
$buf_bills-2: #C60C30;
$buf_bills-3: #CDB87D;
}
// Carolina Panthers Colors
$car_panthers{
$car_panthers-1: #0085CA;
$car_panthers-2: #000000;
$car_panthers-3: #BFC0BF;
$car_panthers-4: #101820;
}
// Chicago Bears Colors
$chi_bears{
$chi_bears-1: #0B162A;
$chi_bears-2: #C83803;
$chi_bears-3: #FFFFFF;
}
// Cincinnati Bengals Colors
$cin_bengals{
$cin_bengals-1: #FB4F14;
$cin_bengals-2: #000000;
$cin_bengals-3: #FFFFFF;
}
// Cleveland Browns Colors
$cle_browns{
$cle_browns-1: #311D00;
$cle_browns-2: #FF3C00;
$cle_browns-3: #FFFFFF;
}
// Dallas Cowboys Colors
$dal_cowboys{
$dal_cowboys-1: #002244;
$dal_cowboys-2: #B0B7BC;
$dal_cowboys-3: #FFFFFF;
}
// Denver Broncos Colors
$den_broncos{
$den_broncos-1: #FB4F14;
$den_broncos-2: #002244;
$den_broncos-3: #FFFFFF;
}
// Detroit Lions Colors
$det_lions{
$det_lions-1: #0076B6;
$det_lions-2: #B0B7BC;
$det_lions-3: #000000;
}
// Green Bay Packers Colors
$gb_packers{
$gb_packers-1: #203731;
$gb_packers-2: #FFB612;
$gb_packers-3: #FFFFFF;
}
// Houston Texans Colors
$hou_texans{
$hou_texans-1: #03202F;
$hou_texans-2: #A71930;
$hou_texans-3: #FFFFFF;
}
// Indianapolis Colts Colors
$ind_colts{
$ind_colts-1: #002C5F;
$ind_colts-2: #A2AAAD;
$ind_colts-3: #FFFFFF;
}
// Jacksonville Jaguars Colors
$jax_jaguars{
$jax_jaguars-1: #006778;
$jax_jaguars-2: #D7A22A;
$jax_jaguars-3: #9F792C;
$jax_jaguars-4: #000000;
}
// Kansas City Chiefs Colors
$kc_chiefs{
$kc_chiefs-1: #E31837;
$kc_chiefs-2: #FFB81C;
$kc_chiefs-3: #FFFFFF;
}
// Los Angeles Chargers Colors
$la_chargers{
$la_chargers-1: #002A5E;
$la_chargers-2: #FFC20E;
$la_chargers-3: #FFFFFF;
}
// Los Angeles Rams Colors
$la_rams{
$la_rams-1: #002244;
$la_rams-2: #866D4B;
$la_rams-3: #FFFFFF;
}
// Las Vegas Raiders Colors
$lv_raiders{
$oak_raiders-1: #A5ACAF;
$oak_raiders-2: #000000;
$oak_raiders-3: #FFFFFF;
}
// Miami Dolphins Colors
$mia_dolphins{
$mia_dolphins-1: #008E97;
$mia_dolphins-2: #F26A24;
$mia_dolphins-3: #005778;
$mia_dolphins-4: #FFFFFF;
}
// Minnesota Vikings Colors
$min_vikings{
$min_vikings-1: #4F2683;
$min_vikings-2: #FFC62F;
$min_vikings-3: #FFFFFF;
}
// New England Patriots Colors
$ne_patriots{
$ne_patriots-1: #002244;
$ne_patriots-2: #C60C30;
$ne_patriots-3: #B0B7BC;
$ne_patriots-4: #FFFFFF;
}
// New Orleans Saints Colors
$no_saints{
$no_saints-1: #D3BC8D;
$no_saints-2: #101820;
$no_saints-3: #FFFFFF;
}
// New York Giants Colors
$ny_giants{
$ny_giants-1: #0B2265;
$ny_giants-2: #A71930;
$ny_giants-3: #A5ACAF;
$ny_giants-4: #FFFFFF;
}
// New York Jets Colors
$ny_jets{
$ny_jets-1: #125740;
$ny_jets-2: #000000;
$ny_jets-3: #FFFFFF;
}
// Philadelphia Eagles Colors
$phi_eagles{
$phi_eagles-1: #004C54;
$phi_eagles-2: #A5ACAF;
$phi_eagles-3: #000000;
}
// Pittsburgh Steelers Colors
$pit_steelers{
$pit_steelers-1: #FFB612;
$pit_steelers-2: #101820;
$pit_steelers-3: #FFFFFF;
}
// San Francisco 49ers Colors
$sf_49ers{
$sf_49ers-1: #AA0000;
$sf_49ers-2: #B3995D;
$sf_49ers-3: #FFFFFF;
}
// Seattle Seahawks Colors
$sea_seahawks{
$sea_seahawks-1: #002244;
$sea_seahawks-2: #69BE28;
$sea_seahawks-3: #A5ACAF;
$sea_seahawks-4: #FFFFFF;
}
// Tampa Bay Buccaneers Colors
$tb_buccaneers{
$tb_buccaneers-1: #D50A0A;
$tb_buccaneers-2: #34302B;
$tb_buccaneers-3: #FF7900;
$tb_buccaneers-4: #FFFFFF;
}
// Tennessee Titans Colors
$ten_titans{
$ten_titans-1: #002244;
$ten_titans-2: #4B92DB;
$ten_titans-3: #C60C30;
$ten_titans-4: #A5ACAF;
$ten_titans-5: #FFFFFF;
}
// Washington Commanders Colors
$was_redskins{
$was_redskins-1: #773141;
$was_redskins-2: #FFB612;
$was_redskins-3: #FFFFFF;
}
// MLB Colors
// Arizona Diamondbacks Colors
$az_diamondbacks{
$az_diamondbacks-1: #A71930;
$az_diamondbacks-2: #E3D4AD;
$az_diamondbacks-3: #000000;
}
// Atlanta Braves Colors
$atl_braves{
$atl_braves-1: #CE1141;
$atl_braves-2: #13274F;
$atl_braves-3: #EAAA00;
$atl_braves-4: #FFFFFF;
}
// Baltimore Orioles Colors
$bal_orioles{
$bal_orioles-1: #DF4601;
$bal_orioles-2: #000000;
$bal_orioles-3: #FFFFFF;
}
// Boston Red Sox Colors
$bos_redsox{
$bos_redsox-1: #BD3039;
$bos_redsox-2: #0C2340;
$bos_redsox-3: #FFFFFF;
}
// Chicago Cubs Colors
$chc_cubs{
$chc_cubs-1: #0E3386;
$chc_cubs-2: #CC3433;
$chc_cubs-3: #FFFFFF;
}
// Chicago White Sox Colors
$chw_sox{
$chw_sox-1: #27251F;
$chw_sox-2: #C4CED4;
$chw_sox-3: #000000;
}
// Cincinnati Reds Colors
$cin_reds{
$cin_reds-1: #C6011F;
$cin_reds-2: #000000;
$cin_reds-3: #FFFFFF;
}
// Cleveland Indians Colors
$cle_indians{
$cle_indians-1: #0C2340;
$cle_indians-2: #E31937;
$cle_indians-3: #FFFFFF;
}
// Colorado Rockies Colors
$col_rockies{
$col_rockies-1: #33006F;
$col_rockies-2: #C4CED4;
$col_rockies-3: #000000;
}
// Detroit Tigers Colors
$det_tigers{
$det_tigers-1: #0C2340;
$det_tigers-2: #FA4616;
$det_tigers-3: #FFFFFF;
}
// Houston Astros Colors
$hou_astros{
$hou_astros-1: #002D62;
$hou_astros-2: #EB6E1F;
$hou_astros-3: #FFFFFF;
}
// Kansas City Royals Colors
$kc_royals{
$kc_royals-1: #004687;
$kc_royals-2: #BD9B60;
$kc_royals-3: #FFFFFF;
}
// Los Angeles Angels Colors
$la_angels{
$la_angels-1: #BA0021;
$la_angels-2: #003263;
$la_angels-3: #FFFFFF;
}
// Los Angeles Dodgers Colors
$la_dodgers{
$la_dodgers-1: #005A9C;
$la_dodgers-2: #FFFFFF;
}
// Miami Marlins Colors
$mia_marlins{
$mia_marlins-1: #00A3E0;
$mia_marlins-2: #EF3340;
$mia_marlins-3: #000000;
}
// Milwaukee Brewers Colors
$mil_brewers{
$mil_brewers-1: #0A2351;
$mil_brewers-2: #B6922E;
$mil_brewers-3: #FFFFFF;
}
// Minnesota Twins Colors
$min_twins{
$min_twins-1: #002B5C;
$min_twins-2: #D31145;
$min_twins-3: #FFFFFF;
}
// New York Mets Colors
$nym_mets{
$nym_mets-1: #002D72;
$nym_mets-2: #FF5910;
$nym_mets-3: #FFFFFF;
}
// New York Yankees Colors
$nyy_yankees{
$nyy_yankees-1: #0C2340;
$nyy_yankees-2: #FFFFFF;
}
// Oakland Athletics Colors
$oak_athletics{
$oak_athletics-1: #003831;
$oak_athletics-2: #EFB21E;
$oak_athletics-3: #FFFFFF;
}
// Philadelphia Phillies Colors
$phi_phillies{
$phi_phillies-1: #E81828;
$phi_phillies-2: #002D72;
$phi_phillies-3: #FFFFFF;
}
// Pittsburgh Pirates Colors
$pit_pirates{
$pit_pirates-1: #27251F;
$pit_pirates-2: #FDB827;
$pit_pirates-3: #FFFFFF;
}
// San Diego Padres Colors
$sd_padres{
$sd_padres-1: #2F241D;
$sd_padres-2: #FFC425;
$sd_padres-3: #FFFFFF;
}
// San Francisco Giants Colors
$sf_giants{
$sf_giants-1: #FD5A1E;
$sf_giants-2: #27251F;
$sf_giants-3: #FFFFFF;
}
// Seattle Mariners Colors
$sea_mariners{
$sea_mariners-1: #0C2C56;
$sea_mariners-2: #005C5C;
$sea_mariners-3: #C4CED4;
$sea_mariners-4: #C4CED4;
$sea_mariners-5: #C4CED4;
}
// St. Louis Cardinals Colors
$stl_cardinals{
$stl_cardinals-1: #C41E3A;
$stl_cardinals-2: #0C2340;
$stl_cardinals-3: #FEDB00;
$stl_cardinals-4: #FFFFFF;
}
// Tampa Bay Rays Colors
$tb_rays{
$tb_rays-1: #092C5C;
$tb_rays-2: #8FBCE6;
$tb_rays-3: #F5D130;
$tb_rays-4: #FFFFFF;
}
// Texas Rangers Colors
$tex_rangers{
$tex_rangers-1: #003278;
$tex_rangers-2: #C0111F;
$tex_rangers-3: #FFFFFF;
}
// Toronto Blue Jays Colors
$tor_bluejays{
$tor_bluejays-1: #134A8E;
$tor_bluejays-2: #1D2D5C;
$tor_bluejays-3: #E8291C;
$tor_bluejays-4: #FFFFFF;
}
// Washington Nationals Colors
$was_nationals{
$was_nationals-1: #AB0003;
$was_nationals-2: #14225A;
$was_nationals-3: #FFFFFF;
}
// NBA Colors
// Atlanta Hawks Colors
$atl_hawks{
$atl_hawks-1: #E03A3E;
$atl_hawks-2: #C1D32F;
$atl_hawks-3: #26282A;
$atl_hawks-4: #FFFFFF;
}
// Boston Celtics Colors
$bos_celtics{
$bos_celtics-1: #007A33;
$bos_celtics-2: #BA9653;
$bos_celtics-3: #FFFFFF;
}
// Brooklyn Nets Colors
$bro_nets{
$bro_nets-1: #000000;
$bro_nets-2: #FFFFFF;
}
// Charlotte Hornets Colors
$cha_hornets{
$cha_hornets-1: #1D1160;
$cha_hornets-2: #00788C;
$cha_hornets-3: #A1A1A4;
$cha_hornets-4: #FFFFFF;
}
// Chicago Bulls Colors
$chi_bulls{
$chi_bulls-1: #CE1141;
$chi_bulls-2: #000000;
$chi_bulls-3: #FFFFFF;
}
// Cleveland Cavaliers Colors
$clev_cavaliers{
$clev_cavaliers-1: #860038;
$clev_cavaliers-2: #FDBB30;
$clev_cavaliers-3: #002D62;
$clev_cavaliers-4: #FFFFFF;
}
// Dallas Mavericks Colors
$dal_mavericks{
$dal_mavericks-1: #00538C;
$dal_mavericks-2: #002B5E;
$dal_mavericks-3: #B8C4CA;
$dal_mavericks-4: #FFFFFF;
}
// Denver Nuggets Colors
$den_nuggets{
$den_nuggets-1: #0E2240;
$den_nuggets-2: #FEC524;
$den_nuggets-3: #8B2131;
$den_nuggets-4: #FFFFFF;
}
// Detroit Pistons Colors
$det_pistons{
$det_pistons-1: #C8102E;
$det_pistons-2: #1D42BA;
$det_pistons-3: #FFFFFF;
}
// Golden State Warriors Colors
$gs_warriors{
$gs_warriors-1: #1D428A;
$gs_warriors-2: #FFC72C;
$gs_warriors-3: #26282A;
$gs_warriors-4: #FFFFFF;
}
// Houston Rockets Colors
$hou_rockets{
$hou_rockets-1: #CE1141;
$hou_rockets-2: #C4CED4;
$hou_rockets-3: #000000;
$hou_rockets-4: #FFFFFF;
}
// Indiana Pacers Colors
$ind_pacers{
$ind_pacers-1: #002D62;
$ind_pacers-2: #FDBB30;
$ind_pacers-3: #BEC0C2;
$ind_pacers-4: #FFFFFF;
}
// Los Angeles Clippers Colors
$la_clippers{
$la_clippers-1: #C8102E;
$la_clippers-2: #1D428A;
$la_clippers-3: #BEC0C2;
$la_clippers-4: #FFFFFF;
}
// Los Angeles Lakers Colors
$la_lakers{
$la_lakers-1: #552583;
$la_lakers-2: #FDB927;
$la_lakers-3: #FFFFFF;
}
// Memphis Grizzlies Colors
$mem_grizzlies{
$mem_grizzlies-1: #5D76A9;
$mem_grizzlies-2: #12173F;
$mem_grizzlies-3: #F5B112;
$mem_grizzlies-4: #FFFFFF;
}
// Miami Heat Colors
$mia_heat{
$mia_heat-1: #98002E;
$mia_heat-2: #F9A01B;
$mia_heat-3: #000000;
$mia_heat-4: #FFFFFF;
}
// Milwaukee Bucks Colors
$mil_bucks{
$mil_bucks-1: #00471B;
$mil_bucks-2: #EEE1C6;
$mil_bucks-3: #0077C0;
$mil_bucks-4: #FFFFFF;
}
// Minnesota Timberwolves Colors
$min_timberwolves{
$min_timberwolves-1: #0C2340;
$min_timberwolves-2: #236192;
$min_timberwolves-3: #9EA2A2;
$min_timberwolves-4: #FFFFFF;
}
// New Orleans Pelicans Colors
$no_pelicans{
$no_pelicans-1: #0C2340;
$no_pelicans-2: #C8102E;
$no_pelicans-3: #85714D;
$no_pelicans-4: #FFFFFF;
}
// New York Knicks Colors
$ny_knicks{
$ny_knicks-1: #006BB6;
$ny_knicks-2: #F58426;
$ny_knicks-3: #BEC0C2;
$ny_knicks-4: #FFFFFF;
}
// Oklahoma City Thunder Colors
$okc_thunder{
$okc_thunder-1: #007AC1;
$okc_thunder-2: #EF3B24;
$okc_thunder-3: #FDBB30;
$okc_thunder-4: #FFFFFF;
}
// Orlando Magic Colors
$orl_magic{
$orl_magic-1: #0077C0;
$orl_magic-2: #C4CED4;
$orl_magic-3: #000000;
$orl_magic-4: #FFFFFF;
}
// Philadelphia 76ers Colors
$phi_76ers{
$phi_76ers-1: #006BB6;
$phi_76ers-2: #ED174C;
$phi_76ers-3: #002B5C;
$phi_76ers-4: #FFFFFF;
}
// Phoenix Suns Colors
$phx_suns{
$phx_suns-1: #1D1160;
$phx_suns-2: #E56020;
$phx_suns-3: #000000;
$phx_suns-4: #63727A;
$phx_suns-5: #FFFFFF;
}
// Portland Trail Blazers Colors
$por_trailblazers{
$por_trailblazers-1: #E03A3E;
$por_trailblazers-2: #000000;
$por_trailblazers-3: #FFFFFF;
}
// Sacramento Kings Colors
$sac_kings{
$sac_kings-1: #5A2D81;
$sac_kings-2: #63727A;
$sac_kings-3: #000000;
$sac_kings-4: #FFFFFF;
}
// San Antonio Spurs Colors
$san_spurs{
$san_spurs-1: #000000;
$san_spurs-2: #C4CED4;
$san_spurs-3: #FFFFFF;
}
// Toronto Raptors Colors
$tor_raptors{
$tor_raptors-1: #CE1141;
$tor_raptors-2: #000000;
$tor_raptors-3: #A1A1A4;
$tor_raptors-4: #FFFFFF;
}
// Utah Jazz Colors
$utah_jazz{
$utah_jazz-1: #002B5C;
$utah_jazz-2: #00471B;
$utah_jazz-3: #F9A01B;
$utah_jazz-4: #FFFFFF;
}
// Washington Wizards Colors
$wash_wizards{
$wash_wizards-1: #002B5C;
$wash_wizards-2: #E31837;
$wash_wizards-3: #C4CED4;
$wash_wizards-4: #FFFFFF;
}
// NHL Colors
// Anaheim Ducks Colors
$ana_ducks{
$ana_ducks-1: #F95602;
$ana_ducks-2: #B9975B;
$ana_ducks-3: #000000;
$ana_ducks-4: #FFFFFF;
}
// Arizona Coyotes Colors
$ari_coyotes{
$ari_coyotes-1: #8C2633;
$ari_coyotes-2: #E2D6B5;
$ari_coyotes-3: #000000;
$ari_coyotes-4: #FFFFFF;
}
// Boston Bruins Colors
$bos_bruins{
$bos_bruins-1: #000000;
$bos_bruins-2: #FFB81C;
$bos_bruins-3: #FFFFFF;
}
// Buffalo Sabres Colors
$buf_sabres{
$buf_sabres-1: #002654;
$buf_sabres-2: #FCB514;
$buf_sabres-3: #ADAFAA;
$buf_sabres-4: #FFFFFF;
}
// Calgary Flames Colors
$cal_flames{
$cal_flames-1: #C8102E;
$cal_flames-2: #F1BE48;
$cal_flames-3: #000000;
$cal_flames-4: #FFFFFF;
}
// Carolina Hurricanes Colors
$car_hurricanes{
$car_hurricanes-1: #CC0000;
$car_hurricanes-2: #000000;
$car_hurricanes-3: #A2AAAD;
$car_hurricanes-4: #FFFFFF;
}
// Chicago Blackhawks Colors
$chi_blackhawks{
$chi_blackhawks-1: #CF0A2C;
$chi_blackhawks-2: #000000;
$chi_blackhawks-3: #FFFFFF;
}
// Colorado Avalanche Colors
$col_avalanche{
$col_avalanche-1: #6F263D;
$col_avalanche-2: #236192;
$col_avalanche-3: #000000;
$col_avalanche-4: #A2AAAD;
$col_avalanche-5: #FFFFFF;
}
// Columbus Blue Jackets Colors
$col_bluejackets{
$col_bluejackets-1: #002654;
$col_bluejackets-2: #CE1126;
$col_bluejackets-3: #A4A9AD;
$col_bluejackets-4: #FFFFFF;
}
// Dallas Stars Colors
$dal_stars{
$dal_stars-1: #006847;
$dal_stars-2: #8F8F8C;
$dal_stars-3: #000000;
$dal_stars-4: #FFFFFF;
}
// Detroit Red Wings Colors
$det_redwings{
$det_redwings-1: #CE1126;
$det_redwings-2: #FFFFFF;
}
// Edmonton Oilers Colors
$edm_oilers{
$edm_oilers-1: #041E42;
$edm_oilers-2: #FF4C00;
$edm_oilers-3: #FFFFFF;
}
// Florida Panthers Colors
$flo_panthers{
$flo_panthers-1: #041E42;
$flo_panthers-2: #C8102E;
$flo_panthers-3: #B9975B;
$flo_panthers-4: #FFFFFF;
}
// Los Angeles Kings Colors
$los_kings{
$los_kings-1: #111111;
$los_kings-2: #A2AAAD;
$los_kings-3: #FFFFFF;
}
// Minnesota Wild Colors
$min_wild{
$min_wild-1: #154734;
$min_wild-2: #A6192E;
$min_wild-3: #EAAA00;
$min_wild-4: #DDCBA4;
$min_wild-5: #FFFFFF;
}
// Montreal Canadiens Colors
$mon_canadiens{
$mon_canadiens-1: #AF1E2D;
$mon_canadiens-2: #192168;
$mon_canadiens-3: #FFFFFF;
}
// Nashville Predators Colors
$nas_predators{
$nas_predators-1: #FFB81C;
$nas_predators-2: #041E42;
$nas_predators-3: #FFFFFF;
}
// New Jersey Devils Colors
$new_devils{
$new_devils-1: #CE1126;
$new_devils-2: #000000;
$new_devils-3: #FFFFFF;
}
// New York Islanders Colors
$new_islanders{
$new_islanders-1: #00539B;
$new_islanders-2: #F57D31;
$new_islanders-3: #FFFFFF;
}
// New York Rangers Colors
$new_rangers{
$new_rangers-1: #0038A8;
$new_rangers-2: #CE1126;
$new_rangers-3: #FFFFFF;
}
// Ottawa Senators Colors
$ott_senators{
$ott_senators-1: #E31837;
$ott_senators-2: #000000;
$ott_senators-3: #FFFFFF;
}
// Philadelphia Flyers Colors
$phi_flyers{
$phi_flyers-1: #F74902;
$phi_flyers-2: #000000;
$phi_flyers-3: #FFFFFF;
}
// Pittsburgh Penguins Colors
$pit_penguins{
$pit_penguins-1: #000000;
$pit_penguins-2: #FCB514;
$pit_penguins-3: #FFFFFF;
}
// San Jose Sharks Colors
$san_sharks{
$san_sharks-1: #006D75;
$san_sharks-2: #EA7200;
$san_sharks-3: #FFFFFF;
}
// St. Louis Blues Colors
$stl_blues{
$stl_blues-1: #002F87;
$stl_blues-2: #FCB514;
$stl_blues-3: #FFFFFF;
}
// Tampa Bay Lightning Colors
$tam_lightning{
$tam_lightning-1: #002868;
$tam_lightning-2: #FFFFFF;
}
// Toronto Maple Leafs Colors
$tor_mapleleafs{
$tor_mapleleafs-1: #00205B;
$tor_mapleleafs-2: #FFFFFF;
}
// Vancouver Canucks Colors
$van_canucks{
$van_canucks-1: #00205B;
$van_canucks-2: #00843D;
$van_canucks-3: #99999A;
$van_canucks-4: #FFFFFF;
}
// Vegas Golden Knights Colors
$veg_goldenknights{
$veg_goldenknights-1: #B4975A;
$veg_goldenknights-2: #333F42;
$veg_goldenknights-3: #C8102E;
$veg_goldenknights-4: #000000;
$veg_goldenknights-5: #FFFFFF;
}
// Washington Capitals Colors
$was_capitals{
$was_capitals-1: #041E42;
$was_capitals-2: #C8102E;
$was_capitals-3: #FFFFFF;
}
// Winnipeg Jets Colors
$win_jets{
$win_jets-1: #041E42;
$win_jets-2: #004C97;
$win_jets-3: #AC162C;
$win_jets-4: #7B303E;
$win_jets-5: #8E9090;
$win_jets-6: #FFFFFF;
}
// XFL Colors
// Dallas Renegades Colors
$dal_renegades{
}
// DC Defenders Colors
$dc_defenders{
}
// Houston Roughnecks Colors
$hou_roughnecks{
}
// Los Angeles Wildcats Colors
$los_wildcats{
}
// New York Guardians Colors
$new_guardians{
}
// Seattle Dragons Colors
$sea_dragons{
}
// St. Louis BattleHawks Colors
$stl_battlehawks{
}
// Tampa Bay Vipers Colors
$tam_vipers{
}
// USFL Colors
// Birmingham Stallions Colors
$bir_stallions{
}
// Chicago Blitz Colors
$chi_blitz{
}
// Denver Gold Colors
$den_gold{
}
// Houston Gamblers Colors
$hou_gamblers{
}
// Jacksonville Bulls Colors
$jax_bulls{
}
// Los Angeles Express Colors
$los_express{
}
// Memphis Showboats Colors
$mem_showboats{
}
// Michigan Panthers Colors
$mich_panthers{
}
// New Jersey Generals Colors
$new_generals{
}
// Oakland Invaders Colors
$oak_invaders{
}
// Oklahoma Outlaws Colors
$okl_outlaws{
}
// Orlando Renegades Colors
$orl_renegades{
}
// Philadelphia Stars Colors
$phi_stars{
}
// Pittsburgh Maulers Colors
$pit_maulers{
}
// San Antonio Gunslingers Colors
$san_gunslingers{
}
// Tampa Bay Bandits Colors
$tam_bandits{
}
// Washington Federals Colors
$was_federals{
}
// World Football League Colors
// Birmingham Americans Colors
$bir_americans{
}
// Charlotte Hornets Colors
$cha_hornets{
}
// Chicago Fire Colors
$chi_fire{
}
// Chicago Winds Colors
$chi_winds{
}
// Detroit Wheels Colors
$det_wheels{
}
// Florida Blazers Colors
$flo_blazers{
}
// Hawaiians Colors
$haw_hawaiians{
}
// Houston Texans Colors
$hou_texans{
}
// Jacksonville Sharks Colors
$jax_sharks{
}
// Memphis Southmen Colors
$mem_southmen{
}
// New York Stars Colors
$new_stars{
}
// Philadelphia Bell Colors
$phi_bell{
}
// Portland Storm Colors
$por_storm{
}
// San Antonio Wings Colors
$san_wings{
}
// Shreveport Steamer Colors
$shr_steamer{
}
// SoCal Sun Colors
$soc_sun{
}
// Southern California Sun Colors
$sou_sun{
}
// Toronto Northmen Colors
$tor_northmen{
}
// Washington Ambassadors Colors
$was_ambassadors{
}
// NCAA College Colors
// Air Force Falcons Colors
$air_falcons{
$air_falcons-1: #004A7B;
$air_falcons-2: #FFFFFF;
$air_falcons-3: #C0C0C0;
}
// Akron Zips Colors
$akr_zips{
$akr_zips-1: #00285E;
$akr_zips-2: #FFFFFF;
$akr_zips-3: #C0C0C0;
}
// Alabama Crimson Tide Colors
$ala_crimson{
$ala_crimson-1: #9E1B32;
$ala_crimson-2: #FFFFFF;
$ala_crimson-3: #000000;
}
// Appalachian State Mountaineers Colors
$app_state{
$app_state-1: #000000;
$app_state-2: #FFFFFF;
$app_state-3: #9E7C0C;
}
// Arizona State Sun Devils Colors
$asu_devils{
$asu_devils-1: #8C1D40;
$asu_devils-2: #FFC627;
$asu_devils-3: #FFFFFF;
}
// Arizona Wildcats Colors
$ari_wildcats{
$ari_wildcats-1: #00205B;
$ari_wildcats-2: #FFBE00;
$ari_wildcats-3: #FFFFFF;
}
// Arkansas Razorbacks Colors
$ark_razorbacks{
$ark_razorbacks-1: #9D2235;
$ark_razorbacks-2: #FFFFFF;
}
// Arkansas State Red Wolves Colors
$ark_state{
$ark_state-1: #9D2235;
$ark_state-2: #000000;
$ark_state-3: #FFFFFF;
}
// Army Black Knights Colors
$army_knights{
$army_knights-1: #000000;
$army_knights-2: #D1C7B7;
$army_knights-3: #FFFFFF;
}
// Auburn Tigers Colors
$aub_tigers{
$aub_tigers-1: #03244D;
$aub_tigers-2: #E87722;
$aub_tigers-3: #FFFFFF;
}
// Ball State Cardinals Colors
$ball_state{
$ball_state-1: #CE1141;
$ball_state-2: #FFFFFF;
}
// Baylor Bears Colors
$bay_bears{
$bay_bears-1: #003015;
$bay_bears-2: #FFC20E;
$bay_bears-3: #FFFFFF;
}
// Boise State Broncos Colors
$boi_broncos{
$boi_broncos-1: #09347A;
$boi_broncos-2: #D64309;
$boi_broncos-3: #FFFFFF;
}
// Boston College Eagles Colors
$bc_eagles{
$bc_eagles-1: #98002E;
$bc_eagles-2: #FFFFFF;
}
// Bowling Green Falcons Colors
$bgsu_falcons{
$bgsu_falcons-1: #FFC82E;
$bgsu_falcons-2: #FFFFFF;
}
// Buffalo Bulls Colors
$buf_bulls{
$buf_bulls-1: #005DAA;
$buf_bulls-2: #FFFFFF;
}
// BYU Cougars Colors
$byu_cougars{
$byu_cougars-1: #002E5D;
$byu_cougars-2: #FFFFFF;
}
// California Golden Bears Colors
$cal_bears{
$cal_bears-1: #003768;
$cal_bears-2: #FFB81C;
$cal_bears-3: #FFFFFF;
}
// Central Michigan Chippewas Colors
$cmu_chippewas{
$cmu_chippewas-1: #6A0032;
$cmu_chippewas-2: #FFFFFF;
}
// Charlotte 49ers Colors
$cha_49ers{
$cha_49ers-1: #006747;
$cha_49ers-2: #FFFFFF;
}
// Cincinnati Bearcats Colors
$cin_bearcats{
$cin_bearcats-1: #000000;
$cin_bearcats-2: #E00122;
$cin_bearcats-3: #FFFFFF;
}
// Clemson Tigers Colors
$cle_tigers{
$cle_tigers-1: #F66733;
$cle_tigers-2: #522D80;
$cle_tigers-3: #FFFFFF;
}
// Coastal Carolina Chanticleers Colors
$coastal_chanticleers{
$coastal_chanticleers-1: #005DAA;
$coastal_chanticleers-2: #FFFFFF;
}
// Colorado Buffaloes Colors
$col_buffaloes{
$col_buffaloes-1: #CFB87C;
$col_buffaloes-2: #000000;
$col_buffaloes-3: #FFFFFF;
}
// Colorado State Rams Colors
$col_state{
$col_state-1: #006747;
$col_state-2: #FFFFFF;
}
// Connecticut Huskies Colors
$con_huskies{
$con_huskies-1: #000000;
$con_huskies-2: #FFFFFF;
}
// Duke Blue Devils Colors
$duk_blue{
$duk_blue-1: #001A57;
$duk_blue-2: #FFFFFF;
}
// East Carolina Pirates Colors
$east_carolina{
$east_carolina-1: #4B156A;
$east_carolina-2: #8AB8FE;
$east_carolina-3: #FFFFFF;
}
// Eastern Michigan Eagles Colors
$emu_eagles{
$emu_eagles-1: #006A4E;
$emu_eagles-2: #FFFFFF;
}
// FIU Panthers Colors
$fiu_panthers{
$fiu_panthers-1: #002855;
$fiu_panthers-2: #FFFFFF;
}
// Florida Gators Colors
$flo_gators{
$flo_gators-1: #0021A5;
$flo_gators-2: #FA4616;
$flo_gators-3: #FFFFFF;
}
// Florida Atlantic Owls Colors
$flo_atlantic{
$flo_atlantic-1: #002855;
$flo_atlantic-2: #FFFFFF;
}
// Florida State Seminoles Colors
$flo_seminoles{
$flo_seminoles-1: #782F40;
$flo_seminoles-2: #CEB888;
$flo_seminoles-3: #FFFFFF;
}
// Fresno State Bulldogs Colors
$fresno_bulldogs{
$freshno_bulldogs-1: #C41230;
$freshno_bulldogs-2: #003366;
$freshno_bulldogs-3: #FFFFFF;
}
// Georgia Bulldogs Colors
$geo_bulldogs{
$geo_bulldogs-1: #BA0C2F;
$geo_bulldogs-2: #000000;
$geo_bulldogs-3: #FFFFFF;
}
// Georgia Southern Eagles Colors
$geo_southern{
$geo_southern-1: #002A5E;
$geo_southern-2: #FFFFFF;
}
// Georgia State Panthers Colors
$geo_state{
$geo_state-1: #1C3C6A;
$geo_state-2: #E03A3E;
$geo_state-3: #FFFFFF;
}
// Georgia Tech Yellow Jackets Colors
$geo_tech{
$geo_tech-1: #00223E;
$geo_tech-2: #FFFFFF;
}
// Hawaii Rainbow Warriors Colors
$hawaii_warriors{
$hawaii_warriors-1: #024731;
$hawaii_warriors-2: #FFFFFF;
}
// Houston Cougars Colors
$hou_cougars{
$hou_cougars-1: #C9081A;
$hou_cougars-2: #FFFFFF;
}
// Idaho Vandals Colors
$idaho_vandals{
$idaho_vandals-1: #000000;
$idaho_vandals-2: #FFFFFF;
}
// Illinois Fighting Illini Colors
$ill_illini{
$ill_illini-1: #13294B;
$ill_illini-2: #FFFFFF;
}
// Indiana Hoosiers Colors
$ind_hoosiers{
$ind_hoosiers-1: #990000;
$ind_hoosiers-2: #FFFFFF;
}
// Iowa Hawkeyes Colors
$iowa_hawkeyes{
$iowa_hawkeyes-1: #000000;
$iowa_hawkeyes-2: #FFFFFF;
}
// Iowa State Cyclones Colors
$iowa_cyclones{
$iowa_cyclones-1: #A71930;
$iowa_cyclones-2: #F1BE48;
$iowa_cyclones-3: #FFFFFF;
}
// Kansas Jayhawks Colors
$kan_jayhawks{
$kan_jayhawks-1: #0051BA;
$kan_jayhawks-2: #FFFFFF;
}
// Kansas State Wildcats Colors
$kan_state{
$kan_state-1: #512888;
$kan_state-2: #FFFFFF;
}
// Kent State Golden Flashes Colors
$kent_state{
$kent_state-1: #00285E;
$kent_state-2: #FFFFFF;
}
// Kentucky Wildcats Colors
$ken_wildcats{
$ken_wildcats-1: #0033A0;
$ken_wildcats-2: #FFFFFF;
}
// Louisiana Tech Bulldogs Colors
$lou_tech{
$lou_tech-1: #003DA5;
$lou_tech-2: #FFFFFF;
}
// Louisiana-Lafayette Ragin Cajuns Colors
$lou_lafayette{
$lou_lafayette-1: #EAAA00;
$lou_lafayette-2: #FFFFFF;
}
// Louisiana-Monroe Warhawks Colors
$lou_monroe{
$lou_monroe-1: #9E1B32;
$lou_monroe-2: #FFFFFF;
}
// Louisville Cardinals Colors
$lou_cardinals{
$lou_cardinals-1: #AD0000;
$lou_cardinals-2: #000000;
$lou_cardinals-3: #FFFFFF;
}
// LSU Tigers Colors
$lsu_tigers{
$lsu_tigers-1: #461D7C;
$lsu_tigers-2: #FDD023;
$lsu_tigers-3: #FFFFFF;
}
// Marshall Thundering Herd Colors
$mar_thundering{
$mar_thundering-1: #006633;
$mar_thundering-2: #FFFFFF;
}
// Maryland Terrapins Colors
$mar_terrapins{
$mar_terrapins-1: #FFCC00;
$mar_terrapins-2: #000000;
$mar_terrapins-3: #FFFFFF;
}
// Memphis Tigers Colors
$mem_tigers{
$mem_tigers-1: #003366;
$mem_tigers-2: #FFFFFF;
}
// Miami Hurricanes Colors
$mia_hurricanes{
$mia_hurricanes-1: #005030;
$mia_hurricanes-2: #F47321;
$mia_hurricanes-3: #FFFFFF;
}
// Miami (OH) RedHawks Colors
$mia_redhawks{
$mia_redhawks-1: #C8102E;
$mia_redhawks-2: #FFFFFF;
}
// Michigan Wolverines Colors
$mich_wolverines{
$mich_wolverines-1: #00274C;
$mich_wolverines-2: #FFCB05;
$mich_wolverines-3: #FFFFFF;
}
// Michigan State Spartans Colors
$mich_state{
$mich_state-1: #18453B;
$mich_state-2: #FFFFFF;
}
// Middle Tennessee Blue Raiders Colors
$mid_tennessee{
$mid_tennessee-1: #006633;
$mid_tennessee-2: #FFFFFF;
}
// Minnesota Golden Gophers Colors
$minn_gophers{
$minn_gophers-1: #7A0019;
$minn_gophers-2: #FFCC33;
$minn_gophers-3: #FFFFFF;
}
// Mississippi State Bulldogs Colors
$miss_state{
$miss_state-1: #660000;
$miss_state-2: #FFFFFF;
}
// Missouri Tigers Colors
$mis_tigers{
$mis_tigers-1: #000000;
$mis_tigers-2: #FFFFFF;
}
// Navy Midshipmen Colors
$navy_midshipmen{
$navy_midshipmen-1: #000080;
$navy_midshipmen-2: #FFFFFF;
}
// Nebraska Cornhuskers Colors
$neb_cornhuskers{
$neb_cornhuskers-1: #F20016;
$neb_cornhuskers-2: #FFFFFF;
}
// Nevada Wolf Pack Colors
$nev_wolf{
$nev_wolf-1: #003366;
$nev_wolf-2: #FFFFFF;
}
// New Mexico Lobos Colors
$new_mexico{
$new_mexico-1: #C41230;
$new_mexico-2: #FFFFFF;
}
// New Mexico State Aggies Colors
$new_mexico_state{
$new_mexico_state-1: #8C2633;
$new_mexico_state-2: #FFFFFF;
}
// North Carolina Tar Heels Colors
$north_carolina{
$north_carolina-1: #7BAFD4;
$north_carolina-2: #FFFFFF;
}
// North Carolina State Wolfpack Colors
$north_state{
$north_state-1: #CC0000;
$north_state-2: #000000;
$north_state-3: #FFFFFF;
}
// North Texas Mean Green Colors
$north_texas{
$north_texas-1: #00853E;
$north_texas-2: #FFFFFF;
}
// Northern Illinois Huskies Colors
$north_illinois{
$north_illinois-1: #003366;
$north_illinois-2: #FFFFFF;
}
// Northwestern Wildcats Colors
$north_wildcats{
$north_wildcats-1: #4E2A84;
$north_wildcats-2: #FFFFFF;
}
// Notre Dame Fighting Irish Colors
$notre_dame{
$notre_dame-1: #003B7B;
$notre_dame-2: #AE9142;
$notre_dame-3: #FFFFFF;
}
// Ohio Bobcats Colors
$ohio_bobcats{
$ohio_bobcats-1: #006A4E;
$ohio_bobcats-2: #FFFFFF;
}
// Ohio State Buckeyes Colors
$ohio_state{
$ohio_state-1: #BB0000;
$ohio_state-2: #FFFFFF;
}
// Oklahoma Sooners Colors
$oklahoma_sooners{
$oklahoma_sooners-1: #841617;
$oklahoma_sooners-2: #FFFFFF;
}
// Oklahoma State Cowboys Colors
$oklahoma_state{
$oklahoma_state-1: #FF7300;
$oklahoma_state-2: #000000;
$oklahoma_state-3: #FFFFFF;
}
// Old Dominion Monarchs Colors
$old_monarchs{
$old_monarchs-1: #004B8D;
$old_monarchs-2: #FFFFFF;
}
// Ole Miss Rebels Colors
$ole_miss{
$ole_miss-1: #00205B;
$ole_miss-2: #EEB211;
$ole_miss-3: #FFFFFF;
}
// Oregon Ducks Colors
$oregon_ducks{
$oregon_ducks-1: #154733;
$oregon_ducks-2: #FEE123;
$oregon_ducks-3: #FFFFFF;
}
// Oregon State Beavers Colors
$oregon_state{
$oregon_state-1: #DC4405;
$oregon_state-2: #000000;
$oregon_state-3: #FFFFFF;
}
// Penn State Nittany Lions Colors
$penn_state{
$penn_state-1: #00265D;
$penn_state-2: #FFFFFF;
}
// Pittsburgh Panthers Colors
$pitt_panthers{
$pitt_panthers-1: #003594;
$pitt_panthers-2: #FFB81C;
$pitt_panthers-3: #FFFFFF;
}
// Purdue Boilermakers Colors
$pur_boilermakers{
$pur_boilermakers-1: #000000;
$pur_boilermakers-2: #C28E0E;
$pur_boilermakers-3: #FFFFFF;
}
// Rice Owls Colors
$rice_owls{
$rice_owls-1: #003366;
$rice_owls-2: #FFFFFF;
}
// Rutgers Scarlet Knights Colors
$rutgers_scarlet{
$rutgers_scarlet-1: #CC0033;
$rutgers_scarlet-2: #FFFFFF;
}
// San Diego State Aztecs Colors
$san_diego{
$san_diego-1: #000000;
$san_diego-2: #FFFFFF;
}
// San Jose State Spartans Colors
$san_jose{
$san_jose-1: #006633;
$san_jose-2: #FFFFFF;
}
// SMU Mustangs Colors
$smu_mustangs{
$smu_mustangs-1: #E32F38;
$smu_mustangs-2: #FFFFFF;
}
// South Alabama Jaguars Colors
$south_alabama{
$south_alabama-1: #003087;
$south_alabama-2: #FFFFFF;
}
// South Carolina Gamecocks Colors
$south_carolina{
$south_carolina-1: #73000A;
$south_carolina-2: #000000;
$south_carolina-3: #FFFFFF;
}
// South Florida Bulls Colors
$south_florida{
$south_florida-1: #004A36;
$south_florida-2: #FFFFFF;
}
// Southern Miss Golden Eagles Colors
$southern_miss{
$southern_miss-1: #FFC72C;
$southern_miss-2: #000000;
$southern_miss-3: #FFFFFF;
}
// Stanford Cardinal Colors
$stanford_cardinal{
$stanford_cardinal-1: #8C1515;
$stanford_cardinal-2: #FFFFFF;
}
// Syracuse Orange Colors
$syracuse_orange{
$syracuse_orange-1: #D44500;
$syracuse_orange-2: #FFFFFF;
}
// TCU Horned Frogs Colors
$tcu_horned{
$tcu_horned-1: #4D1979;
$tcu_horned-2: #FFFFFF;
}
// Temple Owls Colors
$temple_owls{
$temple_owls-1: #9D2235;
$temple_owls-2: #FFFFFF;
}
// Tennessee Volunteers Colors
$tennessee_volunteers{
$tennessee_volunteers-1: #FF8200;
$tennessee_volunteers-2: #FFFFFF;
}
// Texas Longhorns Colors
$texas_longhorns{
$texas_longhorns-1: #BF5700;
$texas_longhorns-2: #FFFFFF;
}
// Texas A&M Aggies Colors
$texas_a{
$texas_a-1: #500000;
$texas_a-2: #FFFFFF;
}
// Texas State Bobcats Colors
$texas_state{
$texas_state-1: #4B2E83;
$texas_state-2: #FFFFFF;
}
// Texas Tech Red Raiders Colors
$texas_tech{
$texas_tech-1: #CC0000;
$texas_tech-2: #FFFFFF;
}
// Toledo Rockets Colors
$toledo_rockets{
$toledo_rockets-1: #004D38;
$toledo_rockets-2: #FFFFFF;
}
// Troy Trojans Colors
$troy_trojans{
$troy_trojans-1: #8A2432;
$troy_trojans-2: #FFFFFF;
}
// Tulane Green Wave Colors
$tulane_green{
$tulane_green-1: #005DAA;
$tulane_green-2: #FFFFFF;
}
// Tulsa Golden Hurricane Colors
$tulsa_golden{
$tulsa_golden-1: #004C2F;
$tulsa_golden-2: #FFFFFF;
}
// UAB Blazers Colors
$uab_blazers{
$uab_blazers-1: #004B85;
$uab_blazers-2: #FFFFFF;
}
// UCF Knights Colors
$ucf_knights{
$ucf_knights-1: #000000;
$ucf_knights-2: #BA9B37;
$ucf_knights-3: #FFFFFF;
}
// UCLA Bruins Colors
$ucla_bruins{
$ucla_bruins-1: #2774AE;
$ucla_bruins-2: #FFFFFF;
}
// UConn Huskies Colors
$uconn_huskies{
$uconn_huskies-1: #000E2F;
$uconn_huskies-2: #FFFFFF;
}
// UMass Minutemen Colors
$umass_minutemen{
$umass_minutemen-1: #881C1C;
$umass_minutemen-2: #FFFFFF;
}
// UNLV Rebels Colors
$unlv_rebels{
$unlv_rebels-1: #000000;
$unlv_rebels-2: #E31837;
$unlv_rebels-3: #FFFFFF;
}
// USC Trojans Colors
$usc_trojans{
$usc_trojans-1: #AE2531;
$usc_trojans-2: #FFC72C;
$usc_trojans-3: #FFFFFF;
}
// Utah Utes Colors
$utah_utes{
$utah_utes-1: #CC0000;
$utah_utes-2: #FFFFFF;
}
// Utah State Aggies Colors
$utah_state{
$utah_state-1: #003263;
$utah_state-2: #FFFFFF;
}
// UTEP Miners Colors
$utep_miners{
$utep_miners-1: #002A5C;
$utep_miners-2: #FFFFFF;
}
// UTSA Road
$utsa_road{
$utsa_road-1: #002244;
$utsa_road-2: #FFFFFF;
}
// Vanderbilt Commodores Colors
$vanderbilt_commodores{
$vanderbilt_commodores-1: #000000;
$vanderbilt_commodores-2: #FFFFFF;
}
// Virginia Cavaliers Colors
$virginia_cavaliers{
$virginia_cavaliers-1: #00204E;
$virginia_cavaliers-2: #F84C1E;
$virginia_cavaliers-3: #FFFFFF;
}
// Virginia Tech Hokies Colors
$virginia_tech{
$virginia_tech-1: #660000;
$virginia_tech-2: #FFFFFF;
}
// Wake Forest Demon Deacons Colors
#wake_forest{
$wake_forest-1: #000000;
$wake_forest-2: #9E7E38;
$wake_forest-3: #FFFFFF;
}
// Washington Huskies Colors
$washington_huskies{
$washington_huskies-1: #4B2E83;
$washington_huskies-2: #FFFFFF;
}
// Washington State Cougars Colors
$washington_state{
$washington_state-1: #981E32;
$washington_state-2: #FFFFFF;
}
// West Virginia Mountaineers Colors
$west_virginia{
$west_virginia-1: #FFC600;
$west_virginia-2: #FFFFFF;
}
// Western Kentucky Hilltoppers Colors
$western_kentucky{
$western_kentucky-1: #F32026;
$western_kentucky-2: #FFFFFF;
}
// Western Michigan Broncos Colors
$western_michigan{
$western_michigan-1: #A71930;
$western_michigan-2: #FFFFFF;
}
// Wisconsin Badgers Colors
$wisconsin_badgers{
$wisconsin_badgers-1: #C5050C;
$wisconsin_badgers-2: #FFFFFF;
}
// Wyoming Cowboys Colors
$wyoming_cowboys{
$wyoming_cowboys-1: #654321;
$wyoming_cowboys-2: #FFFFFF;
}
// Xavier Musketeers Colors
$xavier_musketeers{
$xavier_musketeers-1: #0B1F4A;
$xavier_musketeers-2: #FFFFFF;
}
// Yale Bulldogs Colors
$yale_bulldogs{
$yale_bulldogs-1: #00356B;
$yale_bulldogs-2: #FFFFFF;
}
// Youngstown State Penguins Colors
$youngstown_state{
$youngstown_state-1: #002D62;
$youngstown_state-2: #FFFFFF;
}
// MLS Colors
// Atlanta United FC Colors
$atlanta_united{
$atlanta_united-1: #A6192E;
$atlanta_united-2: #000000;
$atlanta_united-3: #FFFFFF;
}
// Chicago Fire Colors
$chicago_fire{
$chicago_fire-1: #AF1E2D;
$chicago_fire-2: #0A174A;
$chicago_fire-3: #FFFFFF;
}
// Colorado Rapids Colors
$colorado_rapids{
$colorado_rapids-1: #910029;
$colorado_rapids-2: #87CEEB;
$colorado_rapids-3: #FFFFFF;
}
// Columbus Crew SC Colors
$columbus_crew{
$columbus_crew-1: #000000;
$columbus_crew-2: #FFCC00;
$columbus_crew-3: #FFFFFF;
}
// D.C. United Colors
$dc_united{
$dc_united-1: #000000;
$dc_united-2: #DD0000;
$dc_united-3: #FFFFFF;
}
// FC Dallas Colors
$fc_dallas{
$fc_dallas-1: #D71920;
$fc_dallas-2: #002D62;
$fc_dallas-3: #FFFFFF;
}
// Houston Dynamo Colors
$houston_dynamo{
$houston_dynamo-1: #F4911E;
$houston_dynamo-2: #000000;
$houston_dynamo-3: #FFFFFF;
}
// LA Galaxy Colors
$la_galaxy{
$la_galaxy-1: #00245D;
$la_galaxy-2: #FFD200;
$la_galaxy-3: #FFFFFF;
}
// Los Angeles FC Colors
$los_angeles_fc{
$los_angeles_fc-1: #000000;
$los_angeles_fc-2: #000000;
$los_angeles_fc-3: #FFFFFF;
}
// Minnesota United FC Colors
$minnesota_united{
$minnesota_united-1: #9DB7C4;
$minnesota_united-2: #231F20;
$minnesota_united-3: #FFFFFF;
}
// Montreal Impact Colors
$montreal_impact{
$montreal_impact-1: #122089;
$montreal_impact-2: #122089;
$montreal_impact-3: #FFFFFF;
}
// New England Revolution Colors
$new_england_revolution{
$new_england_revolution-1: #0A2141;
$new_england_revolution-2: #C5262E;
$new_england_revolution-3: #FFFFFF;
}
// New York City FC Colors
$new_york_city_fc{
$new_york_city_fc-1: #6CACE4;
$new_york_city_fc-2: #00285E;
$new_york_city_fc-3: #FFFFFF;
}
// New York Red Bulls Colors
$new_york_red_bulls{
$new_york_red_bulls-1: #D50031;
$new_york_red_bulls-2: #00285E;
$new_york_red_bulls-3: #FFFFFF;
}
// Orlando City SC Colors
$orlando_city{
$orlando_city-1: #633492;
$orlando_city-2: #FDBE11;
$orlando_city-3: #FFFFFF;
}
// Philadelphia Union Colors
$philadelphia_union{
$philadelphia_union-1: #001B2D;
$philadelphia_union-2: #B38707;
$philadelphia_union-3: #FFFFFF;
}
// Portland Timbers Colors
$portland_timbers{
$portland_timbers-1: #004812;
$portland_timbers-2: #EAE827;
$portland_timbers-3: #FFFFFF;
}
// Real Salt Lake Colors
$real_salt_lake{
$real_salt_lake-1: #B30838;
$real_salt_lake-2: #013474;
$real_salt_lake-3: #FFFFFF;
}
// San Jose Earthquakes Colors
$san_jose_earthquakes{
$san_jose_earthquakes-1: #005CA5;
$san_jose_earthquakes-2: #000000;
$san_jose_earthquakes-3: #FFFFFF;
}
// Seattle Sounders FC Colors
$seattle_sounders{
$seattle_sounders-1: #4FBCFF;
$seattle_sounders-2: #4FBCFF;
$seattle_sounders-3: #FFFFFF;
}
// Sporting Kansas City Colors
$sporting_kansas_city{
$sporting_kansas_city-1: #A13A3A;
$sporting_kansas_city-2: #A13A3A;
$sporting_kansas_city-3: #FFFFFF;
}
// Toronto FC Colors
$toronto_fc{
$toronto_fc-1: #A6192E;
$toronto_fc-2: #A6192E;
$toronto_fc-3: #FFFFFF;
}
// Vancouver Whitecaps FC Colors
$vancouver_whitecaps{
$vancouver_whitecaps-1: #00245D;
$vancouver_whitecaps-2: #00245D;
$vancouver_whitecaps-3: #FFFFFF;
}
// WNBA Colorsa
// Atlanta Dream Colors
$atlanta_dream{
$atlanta_dream-1: #E03A3E;
$atlanta_dream-2: #000000;
$atlanta_dream-3: #FFFFFF;
}
// Chicago Sky Colors
$chicago_sky{
$chicago_sky-1: #FFD100;
$chicago_sky-2: #000000;
$chicago_sky-3: #FFFFFF;
}
// Connecticut Sun Colors
$connecticut_sun{
$connecticut_sun-1: #F05A28;
$connecticut_sun-2: #FFFFFF;
$connecticut_sun-3: #000000;
}
// Dallas Wings Colors
$dallas_wings{
$dallas_wings-1: #007DC5;
$dallas_wings-2: #C4CED4;
$dallas_wings-3: #000000;
}
// Indiana Fever Colors
$indiana_fever{
$indiana_fever-1: #000000;
$indiana_fever-2: #FDBB30;
$indiana_fever-3: #FFFFFF;
}
// Las Vegas Aces Colors
$las_vegas_aces{
$las_vegas_aces-1: #000000;
$las_vegas_aces-2: #A8CF45;
$las_vegas_aces-3: #FFFFFF;
}
// Los Angeles Sparks Colors
$los_angeles_sparks{
$los_angeles_sparks-1: #E03A3E;
$los_angeles_sparks-2: #000000;
$los_angeles_sparks-3: #FFFFFF;
}
// Minnesota Lynx Colors
$minnesota_lynx{
$minnesota_lynx-1: #005083;
$minnesota_lynx-2: #78BE20;
$minnesota_lynx-3: #FFFFFF;
}
// New York Liberty Colors
$new_york_liberty{
$new_york_liberty-1: #FFFFFF;
$new_york_liberty-2: #000000;
$new_york_liberty-3: #FFFFFF;
}
// Phoenix Mercury Colors
$phoenix_mercury{
$phoenix_mercury-1: #E56020;
$phoenix_mercury-2: #000000;
$phoenix_mercury-3: #FFFFFF;
}
// Seattle Storm Colors
$seattle_storm{
$seattle_storm-1: #006BB6;
$seattle_storm-2: #FFA300;
$seattle_storm-3: #FFFFFF;
}
// Washington Mystics Colors
$washington_mystics{
$washington_mystics-1: #002B5C;
$washington_mystics-2: #E31837;
$washington_mystics-3: #FFFFFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment