<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alien060</title>
    <description>The latest articles on DEV Community by Alien060 (@alien060).</description>
    <link>https://dev.to/alien060</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1258437%2F9e89a738-c965-4ec1-a09b-659c2b699d77.png</url>
      <title>DEV Community: Alien060</title>
      <link>https://dev.to/alien060</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alien060"/>
    <language>en</language>
    <item>
      <title>Faster Color picking in Tailwind</title>
      <dc:creator>Alien060</dc:creator>
      <pubDate>Thu, 25 Jan 2024 14:51:40 +0000</pubDate>
      <link>https://dev.to/alien060/faster-color-picking-in-tailwind-38hl</link>
      <guid>https://dev.to/alien060/faster-color-picking-in-tailwind-38hl</guid>
      <description>&lt;p&gt;Even tho tailwind provide a lot of customizability still this method of choosing colors can be little restrictive and inefficient &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2vb9mf3hjh5m0eiuru0d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2vb9mf3hjh5m0eiuru0d.png" alt="Image description" width="800" height="541"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ure34w3rkzapgtp53xc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ure34w3rkzapgtp53xc.png" alt="Image description" width="364" height="36"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;if you want more freedom in choosing the colors :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First install the extension Color info on your VCS code editor.&lt;/li&gt;
&lt;li&gt;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 &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbsvedoi0w0sb8rdeu4g4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbsvedoi0w0sb8rdeu4g4.png" alt="Image description" width="723" height="282"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyhcumzshduw8s2r4r5ra.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyhcumzshduw8s2r4r5ra.png" alt="Image description" width="800" height="67"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I hope this helps.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>tailwindcss</category>
      <category>color</category>
      <category>tip</category>
    </item>
  </channel>
</rss>
