Created
January 30, 2014 15:16
-
-
Save tpryan/8710732 to your computer and use it in GitHub Desktop.
This file contains 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
/* | |
****** Colors extracted from Reflow ****** | |
// hex value RGB value Closest color Used isBackground? | |
//--------------------------------------------------------------------- | |
// #000000 rgb(0,0,0) black 12 times | |
// #282729 rgb(40,39,41) *darkslategray 9 times | |
// #ffffff rgb(255,255,255) white 5 times background | |
// #7da7a6 rgb(125,167,166) *cadetblue 1 time background | |
// * means that color name is the closest match | |
//--------------------------------------------------------------------- | |
****** Fonts extracted from Reflow ****** | |
//lora 13 times | |
//coustard 1 times | |
//--------------------------------------------------------------------- | |
****** Gradients extracted from Reflow ****** | |
//-webkit-linear-gradient(270deg,white 19%,rgb(125,167,166) 100%) 1 times | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment