Skip to content

Instantly share code, notes, and snippets.

@tleen
Created August 22, 2016 22:30
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 tleen/d81e819818f786af6ee20f1f86cb2d7c to your computer and use it in GitHub Desktop.
Save tleen/d81e819818f786af6ee20f1f86cb2d7c to your computer and use it in GitHub Desktop.
Popular colorschemer schemes in json
[
{
"name": "oceanside",
"source": "http://www.colorschemer.com/schemes/viewscheme.php?id=210",
"colors": ["99CC66", "E5F2D9", "F1F7D4", "D9EEF2", "66B9CC"]
},
{
"name": "splash",
"source": "http://www.colorschemer.com/schemes/viewscheme.php?id=193",
"colors": ["3399CC", "70B7DB", "FF9B00","FFBA4F", "FFFF92", "555555"]
},
{
"name": "digital web magazine",
"source": "http://www.colorschemer.com/schemes/viewscheme.php?id=41",
"colors" : ["206BA4", "54A4DE", "BBD9EE", "EBF4FA", "BEDF5D", "D6EB9A", "FF9834", "FFBF80", "F6E896", "FAF1C3", "E7E4D3", "F1EFE2"]
},
{
"name": "green & blue",
"source": "http://www.colorschemer.com/schemes/viewscheme.php?id=158",
"colors": ["3A543A", "4F724F", "649064", "90D590", "B5E3B5", "EDF8ED", "3A4754", "4F6072", "4D6680", "647A90", "90B2D5", "B5CCE3", "EDF2F8"]
},
{
"name": "blue & grey",
"source": "http://www.colorschemer.com/schemes/viewscheme.php?id=379",
"colors": ["003250", "5893AC", "BBD2E0", "F2F2F5", "A7A7A7", "787878"]
},
{
"name": "breeze",
"source": "http://www.colorschemer.com/schemes/viewscheme.php?id=129",
"colors": ["99CC33", "C2E085", "F3F7D4", "33BDCC", "85D7E0", "D4F4F7", "DB5924"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment