@adoxyz/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.

Usage no npm install needed!

<script type="module">
  import adoxyzTailwindcssNamedColors from 'https://cdn.skypack.dev/@adoxyz/tailwindcss-named-colors';
</script>

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>