Skip to content

edjw/find-nearest-tailwind-colour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ed Johnson-Williams
Jul 19, 2024
c2934f8 · Jul 19, 2024

History

96 Commits
Jul 19, 2024
May 2, 2024
Sep 19, 2022
May 2, 2024
May 16, 2022
Dec 19, 2021
Dec 19, 2021
Apr 7, 2023
May 2, 2024
Jul 19, 2024
May 21, 2024
May 7, 2024
May 2, 2024
May 2, 2024
May 21, 2024
May 21, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024

Repository files navigation

Find the nearest Tailwind colour

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 desktop 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).

Download on the App Store

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

pnpm run dev

Building

pnpm run build

Thanks and credit

Thanks to Daniel Tao for his nearest-color package that has the algorithm to find the nearest colour.