Skip to content

Instantly share code, notes, and snippets.

@99991
Last active December 14, 2022 21:35
Show Gist options
  • Save 99991/01f0e9aa1984af1a3fc1b689dee55aaa to your computer and use it in GitHub Desktop.
Save 99991/01f0e9aa1984af1a3fc1b689dee55aaa to your computer and use it in GitHub Desktop.
10 easily differentiable colors
Colors:
[[255, 128, 128], [255, 174, 128], [255, 221, 128], [213, 255, 128], [128, 255, 183], [128, 255, 253], [128, 208, 255], [128, 151, 255], [198, 128, 255], [255, 128, 202]]
RGB colors in unit range:
(1.00, 0.50, 0.50), (1.00, 0.68, 0.50), (1.00, 0.87, 0.50), (0.84, 1.00, 0.50), (0.50, 1.00, 0.72), (0.50, 1.00, 0.99), (0.50, 0.82, 1.00), (0.50, 0.59, 1.00), (0.78, 0.50, 1.00), (1.00, 0.50, 0.79)
Colors in hexadecimal:
['#ff8080', '#ffae80', '#ffdd80', '#d5ff80', '#80ffb7', '#80fffd', '#80d0ff', '#8097ff', '#c680ff', '#ff80ca']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment