DEV Community

Cover image for Faster Color picking in Tailwind
Alien060
Alien060

Posted on

Faster Color picking in Tailwind

Even tho tailwind provide a lot of customizability still this method of choosing colors can be little restrictive and inefficient

Image description

Image description

if you want more freedom in choosing the colors :

  1. First install the extension Color info on your VCS code editor.
  2. second after creating a tailwind class, let s say for example you wanna customize the color of a text:(className="text-...") first put a random color using #ffff(or any hex number) so color info can read it second now you can see the GUI to change the color to what you want

Image description

lastly after you choose your hex number color you have to just enclosed it in brackets [#ffff] and tailwind would be able to read it.

Image description

I hope this helps.

Image of Docusign

πŸ› οΈ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay