Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [
  2. {
  3. color: "red",
  4. value: "#f00"
  5. },
  6. {
  7. color: "green",
  8. value: "#0f0"
  9. },
  10. {
  11. color: "blue",
  12. value: "#00f"
  13. },
  14. {
  15. color: "cyan",
  16. value: "#0ff"
  17. },
  18. {
  19. color: "magenta",
  20. value: "#f0f"
  21. },
  22. {
  23. color: "yellow",
  24. value: "#ff0"
  25. },
  26. {
  27. color: "black",
  28. value: "#000"
  29. }
  30. ]
  31.  
  32. Red Green Blue
  33. Cyan Magenta Yellow
  34. Black
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement