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>