@adoxyz/tailwindcss-named-colors
v0.1.0
Published
This plugin adds all [140 named CSS colors](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) to your TailwindCSS project. Currently the plugin enables you to set the background or text color using any of the named colors.
Readme
tailwindcss-named-colors
This plugin adds all 140 named CSS colors to your TailwindCSS project. Currently the plugin enables you to set the background or text color using any of the named colors.
For example:
<div class="bg-salmon">
</div>Or:
<h1 class="text-tomato">Hello</h1>