3
2 Comments

Built a simple Tailwind color palette generator.

I built a simple Tailwind color palette generator. Just select a color, generate a palette, and add it to your tailwind.config.js.

submitted this link to
TailwindCSS
on June 7, 2022
  1. 1

    I built a tool to help create color palettes for your Tailwind project. You just input a color and it creates all the shades for your palette, 50-900, and provides the code to drop in your tailwind.config.js.

    It also lists out all the other colors in the same shades, i.e. if you input a pastel blue it will output a pastel red, pastel green, pastel purple, etc., great for making all your color palettes consistent looking.

    I know theres plenty of tools like this out there already and mine isn't particularly unique but I took a stab at it anyway, it was a lot of fun and only two days work.

    Tech stack is Next.js, Tailwind (of course), Redis (for storing user created palettes, totally unnecessary), and Vercel for hosting.

    Getting all 100% lighthouse scores except a few accessibility issues on the homepage color picker that the package is fixing. Will also add features to allow you to customize the output a bit.

    Let me know if you find any bugs or have any feedback/ideas!

    1. 1

      Nice one. I will bookmark it for future use.

Trending on Indie Hackers
I've built a 2300$ a month SaaS out of a simple problem. 19 comments 🔥 Roast My Landing Page 12 comments Where can I buy newsletter ad promos? 11 comments How would you monetize my project colorsandfonts? 8 comments Key takeaways growing MRR from $6.5k to $20k for my design studio 6 comments How I built my SaaS in 2 weeks using NextJS and Supabase 5 comments