Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 1, 2020 02:10
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 parzibyte/9388fec695c6c233d01b29d862684a52 to your computer and use it in GitHub Desktop.
Save parzibyte/9388fec695c6c233d01b29d862684a52 to your computer and use it in GitHub Desktop.
const cuadricula = [
[{ color: "#eaeaee" }, { color: "#dddffa" }, { color: "#aaffff" }],
[{ color: "#00ffff" }, { color: "#11ff22" }, { color: "#001122" }],
[{ color: "#66bbcc" }, { color: "#aa44aa" }, { color: "#aaffbb" }],
[{ color: "#281196" }, { color: "#ffdffa" }, { color: "#210697" }],
[{ color: "#eaeaee" }, { color: "#ff00ff" }, { color: "#ffeeff" }],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment