Skip to content

Instantly share code, notes, and snippets.

@alexko30
Last active August 10, 2018 23:18
Show Gist options
  • Save alexko30/8faf30d1db35f2fd2940070c5878581e to your computer and use it in GitHub Desktop.
Save alexko30/8faf30d1db35f2fd2940070c5878581e to your computer and use it in GitHub Desktop.
new Between('red', 'rgb(255,40,30)')... // return rgb
new Between('red', 'green')... // return rgb
new Between('hsl(57, 100%, 50%)', 'rgb(255,40,30)')... // return hsl
new Between('yellow', 'hsl(57, 100%, 50%)')... // return hsl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment