Random Gradient Generator

I wrote a little JavaScript thing that generates two random colors, and figures out the difference of those colors based on the number of elements that you specify. This will create a gradient that is individually applied to each element.

You can see it live on my homepage. http://poohbers.com (keep reloading to see different colors).

Or, if you are into code, you can check it out on github https://github.com/poohbers/gradient

View all tags
Posted on Sep 16, 2013

More by Shawn Hickman

View profile