Skip to content

Instantly share code, notes, and snippets.

@roine
Last active December 18, 2015 06:59
Show Gist options
  • Save roine/5743039 to your computer and use it in GitHub Desktop.
Save roine/5743039 to your computer and use it in GitHub Desktop.
cool colors
// http://api.colourco.de/export/png/%23cdb6e7%2C%23bedae9%2C%23c0df9f%2C%23ddca98%2C%23e8baba
purple
#cdb6e7
rgb(205, 182, 231)
hsl(268, 50%, 81%)
hcl(309, 28%, 77%)
lab(77, 17, -21)
blue
#bedae9
rgb(190, 218, 233)
hsl(201, 50%, 83%)
hcl(239, 12%, 85%)
lab(85, -6, -10)
green
#c0df9f
rgb(192, 223, 159)
hsl(89, 50%, 75%)
hcl(127, 35%, 85%)
lab(85, -21, 28)
yellow-brown
#ddca98
rgb(221, 202, 152)
hsl(44, 50%, 73%)
hcl(91, 27%, 82%)
lab(82, -1, 27)
pink
#e8baba
rgb(232, 186, 186)
hsl(360, 50%, 82%)
hcl(20, 18%, 80%)
lab(80, 17, 6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment