Forked from christopheranderton/github-brand-colors-aug-2015.css
Created
March 7, 2017 04:55
-
-
Save jakirkham/a962ba692b92d65528cf87962465faec to your computer and use it in GitHub Desktop.
Official Github Brand Colors (August 20, 2015) from the GitHub internal CSS framework (Primer) version 2.3.3 at: http://primercss.io/colors/ [Note: Photoshop users. You can download the raw file (.css) and import the swatches just like a .aco file (more recent versions of Photoshop).
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
/* # OFFICIAL GITHUB BRAND COLORS | |
-------------------------------------------------------------------- | |
Official Github Brand Colors (August 20, 2015) from the | |
GitHub internal CSS framework (Primer) version 2.3.3 | |
Source URI: http://primercss.io/colors/ | |
1.a = Github Branding Color Swatches | |
-------------------------------------------------------------------- */ | |
.swatch-github-blue { | |
background-color:#4078c0; | |
} | |
.swatch-github-green { | |
background-color:#6cc644; | |
} | |
.swatch-github-red { | |
background-color:#bd2c00; | |
} | |
.swatch-github-orange { | |
background-color:#c9510c; | |
} | |
.swatch-github-purple { | |
background-color:#6e5494; | |
} | |
/* 1.b = Github Branding Grayscale Swatches | |
-------------------------------------------------------------------- */ | |
.swatch-github-gray-light { | |
background-color:#999; | |
} | |
.swatch-github-gray { | |
background-color:#767676; | |
} | |
.swatch-github-gray-dark { | |
background-color:#333; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment