Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "colors": [{
  3. "color": "black",
  4. "category": "hue",
  5. "type": "primary",
  6. "code": {
  7. "rgba": [255, 255, 255, 1],
  8. "hex": "#000"
  9. }
  10. },
  11. {
  12. "color": "white",
  13. "category": "value",
  14. "code": {
  15. "rgba": [0, 0, 0, 1],
  16. "hex": "#FFF"
  17. }
  18. },
  19. {
  20. "color": "red",
  21. "category": "hue",
  22. "type": "primary",
  23. "code": {
  24. "rgba": [255, 0, 0, 1],
  25. "hex": "#FF0"
  26. }
  27. },
  28. {
  29. "color": "blue",
  30. "category": "hue",
  31. "type": "primary",
  32. "code": {
  33. "rgba": [0, 0, 255, 1],
  34. "hex": "#00F"
  35. }
  36. },
  37. {
  38. "color": "yellow",
  39. "category": "hue",
  40. "type": "primary",
  41. "code": {
  42. "rgba": [255, 255, 0, 1],
  43. "hex": "#FF0"
  44. }
  45. },
  46. {
  47. "color": "green",
  48. "category": "hue",
  49. "type": "secondary",
  50. "code": {
  51. "rgba": [0, 255, 0, 1],
  52. "hex": "#0F0"
  53. }
  54. }
  55. ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement