Find the nearest Tailwind colour is a web app to help you find the nearest colour from the full Tailwind CSS colour palette.
https://find-nearest-tailwind-colour.netlify.app
Nearest Color is a desktop app that's a better version of this website in every way, including much better color matching and every color input format. Find out more about why Nearest Color is better than Find the nearest Tailwind colour.
You can buy Nearest Color on the Mac App Store (Windows coming soon).
Once you've created a project and installed dependencies with pnpm install
, start a development server:
pnpm run dev
pnpm run build
Thanks to Daniel Tao for his nearest-color
package that has the algorithm to find the nearest colour.