Created
October 2, 2013 15:45
-
-
Save pixelchar/6795817 to your computer and use it in GitHub Desktop.
Sass variables for the brand colors of popular websites, social media, and services.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Brand Colors | |
| $brand-adobe: #ff0000; | |
| $brand-amazon: #e47911; | |
| $brand-android: #a4c639; | |
| $brand-behance: #005cff; | |
| $brand-bitly: #ee6123; | |
| $brand-disqus-blue: #59a3fc; | |
| $brand-disqus-orange: #db7132; | |
| $brand-dribble: #ea4c89; | |
| $brand-dropbox: #3d9ae8; | |
| $brand-etsy: #eb6d20; | |
| $brand-evernote: #5ba525; | |
| $brand-facebook: #3b5998; | |
| $brand-flickr-blue: #0063dc; | |
| $brand-flickr-pink: #ff0084; | |
| $brand-foursquare: #25a0ca; | |
| $brand-getglue: #2d75a2; | |
| $brand-github: #171515; | |
| $brand-googleplus: #dd4b39; | |
| $brand-groupon: #82b548; | |
| $brand-hootsuite: #003366; | |
| $brand-imdb: #f3ce13; | |
| $brand-instagram: #3f729b; | |
| $brand-instapaper: #1b1b1b; | |
| $brand-kickstarter: #76cc1e; | |
| $brand-lastfm: #c3000d; | |
| $brand-linkedin: #0e76a8; | |
| $brand-path: #e41f11; | |
| $brand-paypal-dark: #1e477a; | |
| $brand-paypal-light: #3b7bbf; | |
| $brand-pinboard: #0000e6; | |
| $brand-pinterest: #c8232c; | |
| $brand-pocket: #ee4056; | |
| $brand-readability: #9c0001; | |
| $brand-rdio: #008fd5; | |
| $brand-rss: #ee802f; | |
| $brand-shopify: #96bf48; | |
| $brand-skype: #00aff0; | |
| $brand-soundcloud: #ff7700; | |
| $brand-spotify: #81b71a; | |
| $brand-squarespace: #121212; | |
| $brand-stackoverflow: #ef8236; | |
| $brand-stripe: #008cdd; | |
| $brand-treehouse: #5cb868; | |
| $brand-tumblr: #34526f; | |
| $brand-twitter: #00acee; | |
| $brand-typekit: #99cc33; | |
| $brand-vimeo: #86c9ef; | |
| $brand-vine: #00a478; | |
| $brand-wordpress: #21759b; | |
| $brand-yahoo: #720e9e; | |
| $brand-yelp: #c41200; | |
| $brand-youtube: #c4302b; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment