Sometimes you need a specific name for the color. For example, if you have a lot of Blue
colors in a project and need to differentiate them.
Name that HEX! relieves you of inventing a creative and understandable name — it uses da-vinci
Text AI by OpenAI and comes up with a name for every custom color you need to name. Colors are already preformatted in CamelCase, so you can seamlessly use them in Figma and JS code both.
pnpm i
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
- @mustafa-turk for button apporoach inspiration
- @masonyekta for API inspiration and stuff
Works on Next.js, uses styled-components for styling, TinyColor Library for some funny color functions.