color.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. [
  2. {
  3. "Id": 1,
  4. "tips": "蓝色",
  5. "topColor": "4f71e5",
  6. "buttomColor": "2121b6"
  7. },
  8. {
  9. "Id": 2,
  10. "tips": "紫色",
  11. "topColor": "953de6",
  12. "buttomColor": "641e96"
  13. },
  14. {
  15. "Id": 3,
  16. "tips": "橙色",
  17. "topColor": "fd8438",
  18. "buttomColor": "fa6c0e"
  19. },
  20. {
  21. "Id": 4,
  22. "tips": "绿色",
  23. "topColor": "9ed640",
  24. "buttomColor": "7dbb11"
  25. },
  26. {
  27. "Id": 5,
  28. "tips": "黄色",
  29. "topColor": "fcdc39",
  30. "buttomColor": "fbc710"
  31. },
  32. {
  33. "Id": 6,
  34. "tips": "棕色",
  35. "topColor": "c1695f",
  36. "buttomColor": "713630"
  37. },
  38. {
  39. "Id": 7,
  40. "tips": "天蓝",
  41. "topColor": "4cc6fb",
  42. "buttomColor": "0e91c7"
  43. },
  44. {
  45. "Id": 8,
  46. "tips": "墨绿",
  47. "topColor": "2f9e3d",
  48. "buttomColor": "03690d"
  49. },
  50. {
  51. "Id": 9,
  52. "tips": "粉色",
  53. "topColor": "ea91e4",
  54. "buttomColor": "e371cc"
  55. },
  56. {
  57. "Id": 10,
  58. "tips": "红色",
  59. "topColor": "fd4c48",
  60. "buttomColor": "d4110e"
  61. },
  62. {
  63. "Id": 11,
  64. "tips": "灰色",
  65. "topColor": "8493e5",
  66. "buttomColor": "6168aa"
  67. },
  68. {
  69. "Id": 12,
  70. "tips": "青色",
  71. "topColor": "71fcd6",
  72. "buttomColor": "22d1a7"
  73. }
  74. ]