Skip to content

thdctrt/name-that-hex

Repository files navigation

Name that HEX!

A specific yet funny app to get a name for the color based on OpenAI API

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.

Run Locally

pnpm i
pnpm run dev

Open http://localhost:3000 with your browser to see the result.

Thanks to

Works on Next.js, uses styled-components for styling, TinyColor Library for some funny color functions.