Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.59 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.59 KB

A chrome extension to pick a pixel from any website and copy the closest tailwind color to it.

tailwindcolorpicker

How to install

Install the official Chrome Extension today!

Motivation

I built this to be used when quickly prototyping something and using other websites for inspiration. Having a color picker to quickly get tailwind colors from other sites helps me move quicker.

How to use it locally

  1. Run git clone https://github.com/Nutlope/tailwind-color-picker.
  2. Go to chrome://extensions, enable developer mode at the top right, click "Load Unpacked", then select the dist folder.
  3. Run 'CMD + Shift + X' to toggle the extension, or click it from the toolbar to activate it

How to develop locally

  1. Run git clone https://github.com/Nutlope/tailwind-color-picker.
  2. Run cd tailwind-color-picker && yarn install
  3. Run npm run start

Credit