Skip to content

Instantly share code, notes, and snippets.

@tpryan
Created January 30, 2014 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpryan/8710732 to your computer and use it in GitHub Desktop.
Save tpryan/8710732 to your computer and use it in GitHub Desktop.
/*
****** 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