Show HN: Generate random gradients like on OpenAI's website
gradients.venki.dev
Show HN: Generate random gradients like on OpenAI's website
1–10 of 10 posts
Re: Show HN: Generate random gradients like on OpenAI's website
#2Check out this fun tool I built to make cover images for my blog. The main goal: interesting looking random gradients, that all draw from a single color palette.
I stumbled upon this post from Justin Jay Wang [1], who designed for OpenAI - describing methods for random gradients, including the one that shipped on OpenAI’s homepage from 2020-2022.
Since the post included ~10 SVGs, I was able to reverse engineer the SVG parameters, and decided to put up a generator. You can see the exact deets in my Github README [2].
I also use it to generate cover images for my Substack [3] - if you want to see what using a bunch of images generated by it looks like.
[1] https://justinjay.wang/methods-for-random-gradients/
Re: Show HN: Generate random gradients like on OpenAI's website
#3Re: Show HN: Generate random gradients like on OpenAI's website
#4Hey HN! Check out this fun tool I built to make cover images for my blog. The main goal: interesting looking random gradients, that all draw from a single color palette. I stumbled upon this post from Justin Jay Wang [1], who designed for OpenAI - describing methods for random gradients, including the one that shipped on OpenAI’s homepage from 2020-2022. Since the post included ~10 SVGs, I was able to reverse enginee…
Re: Show HN: Generate random gradients like on OpenAI's website
#5Hey HN! Check out this fun tool I built to make cover images for my blog. The main goal: interesting looking random gradients, that all draw from a single color palette. I stumbled upon this post from Justin Jay Wang [1], who designed for OpenAI - describing methods for random gradients, including the one that shipped on OpenAI’s homepage from 2020-2022. Since the post included ~10 SVGs, I was able to reverse enginee…
Re: Show HN: Generate random gradients like on OpenAI's website
#6Re: Show HN: Generate random gradients like on OpenAI's website
#7Hey HN! Check out this fun tool I built to make cover images for my blog. The main goal: interesting looking random gradients, that all draw from a single color palette. I stumbled upon this post from Justin Jay Wang [1], who designed for OpenAI - describing methods for random gradients, including the one that shipped on OpenAI’s homepage from 2020-2022. Since the post included ~10 SVGs, I was able to reverse enginee…
Looks awesome! It would be good to add a license to your repo!
Re: Show HN: Generate random gradients like on OpenAI's website
#8This is great but I wish CSS output was generated. Anything that can do that?
I'm not sure if it's possible in pure CSS, maybe it is? It relies on creating new SVG elements.
I think including the SVG in whatever website would usually be the simplest way to use it and it's super lightweight.
Feel free to take a look at the SVG generation function here [1] and lmk if you have any ideas to make it happen in pure CSS.
[1] https://github.com/venkr/gradient-gen/blob/main/src/EllipseG...
Re: Show HN: Generate random gradients like on OpenAI's website
#9Hey HN! Check out this fun tool I built to make cover images for my blog. The main goal: interesting looking random gradients, that all draw from a single color palette. I stumbled upon this post from Justin Jay Wang [1], who designed for OpenAI - describing methods for random gradients, including the one that shipped on OpenAI’s homepage from 2020-2022. Since the post included ~10 SVGs, I was able to reverse enginee…
Great work! Maybe you can add an option to use the 'heightmap' method described by Justin in his blog post. And maybe let users add their own palettes? :)