colors.json icon indicating copy to clipboard operation
colors.json copied to clipboard

Todo

Open corysimmons opened this issue 8 years ago • 0 comments

  • [x] Get rid of alpha channel derp
  • [ ] List hex and rgb
  • [ ] Consider releasing a color-groups.json based on Wikipedia

Example:

{
  "cornsilk": {
      "hex": "fff8dc",
      "rgb": [
        "255",
        "248",
        "220"
      ]
  }
}

corysimmons avatar Mar 01 '16 02:03 corysimmons