tailwind-md-colors
v1.0.0
Published
Google's Material Design color palette available to Tailwind v4
Downloads
8
Maintainers
Readme
tailwind-md-colors
Colors from Material Design palette available for Tailwind's classes.
Installation
npm install tailwind-md-colorsUsage
The package is designed to work with Tailwind v4. To use it, import it in CSS after Tailwind is imported. For example:
@import 'tailwindcss';
@import 'tailwind-md-colors';All color names are prefixed with md. For example, to set the text color to Blue 500, use:
<p class="text-md-blue-500">Hello World!</p>Check out TailwindCSS's docs for more information on using custom colors.
