Live data from Hacker News

Show HN: Paletter – Create Professional Color Palettes from a Single Color

paletter.app

31–40 of 57 posts

Re: Show HN: Paletter – Create Professional Color Palettes from a Single Color

#33
post #29
post #5

I commend the author on their entrepreneurialism. Not sure why this needs to be a native app. You can code up a web app to generate color palettes in about 20 minutes, which is a fun excercise. Or you can just google color palette generator: https://tailwind.ink https://huey.design https://www.tailwindshades.com https://tailwind.simeongriggs.dev https://javisperez.github.io/tailwindcolorshades/ https://tailwind-color…

> You can code up a web app to generate color palettes in about 20 minutes, which is a fun excercise. I'd be really interested in seeing someone do that in 20 minutes. If you ever decide to do that, please post here.

I bet I could code up a site that has a link to a different colour palette generator in 20 minutes.

Re: Show HN: Paletter – Create Professional Color Palettes from a Single Color

#34

Sadly, I lack the ability to generate good palettes. I just have a hole in my brain where that ability should go. So a palette generator is no help, for me. Is there a good, reasonably active, site with a list of palettes that talented people were good enough to make Freely available? I used to go to kuler.adobe.com (spelling?) but I think it changed and I've since had trouble finding one that is as good.

https://www.colourlovers.com/

Though it's gotten ad spammy it seems

Re: Show HN: Paletter – Create Professional Color Palettes from a Single Color

#35

Sadly, I lack the ability to generate good palettes. I just have a hole in my brain where that ability should go. So a palette generator is no help, for me. Is there a good, reasonably active, site with a list of palettes that talented people were good enough to make Freely available? I used to go to kuler.adobe.com (spelling?) but I think it changed and I've since had trouble finding one that is as good.

here's my collection of color guides with some preselected colors: https://github.com/sw-yx/spark-joy/blob/master/README.md#col...

Re: Show HN: Paletter – Create Professional Color Palettes from a Single Color

#36
post #29
post #5

I commend the author on their entrepreneurialism. Not sure why this needs to be a native app. You can code up a web app to generate color palettes in about 20 minutes, which is a fun excercise. Or you can just google color palette generator: https://tailwind.ink https://huey.design https://www.tailwindshades.com https://tailwind.simeongriggs.dev https://javisperez.github.io/tailwindcolorshades/ https://tailwind-color…

> You can code up a web app to generate color palettes in about 20 minutes, which is a fun excercise. I'd be really interested in seeing someone do that in 20 minutes. If you ever decide to do that, please post here.

Alright, maybe a bit more than 20 mins. It's ugly, it's rudimentary, but it works. Feel free to fork it. The color/palette generation functions can use some work and I am not a designer.

Obviously it was a bit of a facetious comment, and props to the author for building a full iOS app. This is definitely not that.

https://hn-color-palette-generator.netlify.app

https://github.com/noughtme/color-palette/tree/main/src

*I have a bunch of color related function code snippets I use for dataviz, so I did not write the utils file "from scratch" just now. Also chakra-ui is a great component library that helps with quick prototyping.

Re: Show HN: Paletter – Create Professional Color Palettes from a Single Color

#37
post #5

I commend the author on their entrepreneurialism. Not sure why this needs to be a native app. You can code up a web app to generate color palettes in about 20 minutes, which is a fun excercise. Or you can just google color palette generator: https://tailwind.ink https://huey.design https://www.tailwindshades.com https://tailwind.simeongriggs.dev https://javisperez.github.io/tailwindcolorshades/ https://tailwind-color…

here is my collection of more palette generators: https://github.com/sw-yx/spark-joy/blob/master/README.md#pal... mostly gotten off HN every time it comes up

Re: Show HN: Paletter – Create Professional Color Palettes from a Single Color

#39
post #29

Earlier quoted context omitted.

> You can code up a web app to generate color palettes in about 20 minutes, which is a fun excercise. I'd be really interested in seeing someone do that in 20 minutes. If you ever decide to do that, please post here.

Alright, maybe a bit more than 20 mins. It's ugly, it's rudimentary, but it works. Feel free to fork it. The color/palette generation functions can use some work and I am not a designer. Obviously it was a bit of a facetious comment, and props to the author for building a full iOS app. This is definitely not that. https://hn-color-palette-generator.netlify.app https://github.com/noughtme/color-palette/tree/main/src *…

It's not ugly, and it works. Congrats on shipping and thanks for sharing!
Post reply on HN