Hacker News new | ask | show | jobs
Show HN: Aicolorpalettes.com – AI-powered color palette generator (aicolorpalettes.com)
1 points by madjidbr 421 days ago
Hi HN!

I built AIColorPalettes.com in the last two days. It's an AI-powered tool that helps designers and developers find and create beautiful color palettes.

Key features:

- Generate color palettes using AI based on text descriptions

- Extract color palettes from images by uploading your photos

- Browse a curated gallery of 100+ ready-to-use color palettes

- Save favorites for quick access

- Copy color codes with one click

Tech stack:

- Next.js with TypeScript

- Tailwind CSS with shadcn/ui components

- AI integration for palette generation and image color extraction

The tool is completely free to use. I would love to get feedback from the community. What features would you like to see added? Any UX improvements you'd suggest?

This is a side project I built to solve my own problem of finding harmonious color combinations quickly. Hope you find it useful!

1 comments

I'm curious how AiColorPalettes handles the mapping from natural language prompts (like "sunset" or "cyberpunk") to color palettes. Is it using a fine-tuned vision-language model like CLIP to associate semantic concepts with colors? Or is there a custom embedding space built from annotated palette datasets?