Last active
August 10, 2018 23:18
-
-
Save alexko30/8faf30d1db35f2fd2940070c5878581e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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