Skip to content

Instantly share code, notes, and snippets.

@ackernaut
Created September 26, 2012 02:38
Show Gist options
  • Save ackernaut/3785685 to your computer and use it in GitHub Desktop.
Save ackernaut/3785685 to your computer and use it in GitHub Desktop.
BrandColors as LESS variables
// BrandColors
// Curated by: Galen Gidman
// http://galengidman.com/brandcolors/
// LESS CSS Variables
// Using @bc'BrandColor' as naming convention
// LESS file by @ackernaut
@bcAboutMeBlue: #00405d;
@bcAboutMeYellow: #ffcc33;
@bcAdobe: #ff0000;
@bcAim: #fcd20b;
@bcAmazon: #e47911;
@bcAndroid: #a4c639;
@bcAngiesList: #7fbb00;
@bcAOL: #0060a3;
@bcAtlassian: #003366;
@bcBehance: #053eff;
@bcBigCartel: #97b538;
@bcBlogger: #fc4f08;
@bcCarbonmade: #613854;
@bcDelicious: #205cc0;
@bcDesignmoo: #e54a4f;
@bcDeviantart: #4e6252;
@bcDisqusBlue: #59a3fc;
@bcDisqusOrange: #db7132;
@bcDribbble: #ea4c89;
@bcDropbox: #3d9ae8;
@bcDrupal: #0c76ab;
@bceBay: #89c507;
@bcEmber: #f05e1b;
@bcEngadget: #00bdf6;
@bcEnvato: #528036;
@bcEtsy: #eb6d20;
@bcEvernote: #5ba525;
@bcFabCom: #dd0017;
@bcFacebook: #3b5998;
@bcFlickrBlue: #0063dc;
@bcFlickrPink: #ff0084;
@bcForrst: #5b9a68;
@bcFoursquare: #25a0ca;
@bcGarmin: #007cc3;
@bcGetGlue: #2d75a2;
@bcGimmebar: #f70078;
@bcGitHub: #4183c4;
@bcGooglePlus: #db4a39;
@bcGrooveshark: #f77f00;
@bcHootSuite: #003366;
@bcHerokuLight: #c7c5e6;
@bcHerokuDark: #6567a5;
@bcHTML5: #ec6231;
@bcIMDb: #f3ce13;
@bcInstagram: #634d40;
@bcIntel: #0071c5;
@bcIntuit: #365ebf;
@bcKickstarter: #87c442;
@bckippt: #e03500;
@bcLastFM: #c3000d;
@bcLinkedIn: #0e76a8;
@bcMeetup: #e51937;
@bcPath: #e41f11;
@bcPayPalDark: #1e477a;
@bcPayPalLight: #3b7bbf;
@bcPinboard: #0000e6;
@bcPinterest: #910101;
@bcPlayStation: #665cbe;
@bcPocket: #ee4056;
@bcQuora: #a82400;
@bcQUOTEfm: #66ceff;
@bcRdio: #008fd5;
@bcReadability: #9c0000;
@bcRSS: #ee802f;
@bcSamsung: #0c4da2;
@bcSkype: #00aff0;
@bcSoftonic: #008ace;
@bcSoundCloud: #ff7700;
@bcSpotify: #64b41a;
@bcSprint: #fee100;
@bcSquarespace: #121212;
@bcStaples: #cc0000;
@bcStumbleUpon: #f74425;
@bcTMobile: #ea0a8e;
@bcTechnorati: #40a800;
@bcTheNextWeb: #ef4423;
@bcTumblr: #34526f;
@bcTwitter: #00a0d1;
@bcTYPO3: #ff8700;
@bcUbuntu: #dd4814;
@bcUstream: #3388ff;
@bcVerizon: #ef1d1d;
@bcVimeo: #86c9ef;
@bcVirb: #06afd8;
@bcVirginMedia: #cc0000;
@bcWordPressBlue: #21759b;
@bcWordPressOrange: #d54e21;
@bcWordPressGrey: #464646;
@bcXBOX: #9bc848;
@bcYahoo: #720e9e;
@bcYandex: #ffcc00;
@bcYelp: #c41200;
@bcYouTube: #c4302b;
@bcZerply: #9dcc7a;
@bcZootool: #5e8b1d;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment