@makhlouf/tailwind-color-palette

1.0.3 • Public • Published

Tailwind Colors Palette

Tailwind colors come with tailwind install, but there are cases where you can't install tailwind directly such as in react native apps. This package copies all the tailwind colors and wraps them for you to call them easily with the default values of tailwind.

Getting Started

To install

npm i @makhlouf/tailwind-color-palette

Usage

import {Stale} from '@makhlouf/tailwind-color-palette';

console.log(Stale[200])  //"#e2e8f0"

For a full list of colors, please check the official Tailwind color list: https://tailwindcss.com/docs/customizing-colors

All these colors are included in this package.

Package Sidebar

Install

npm i @makhlouf/tailwind-color-palette

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

8.14 kB

Total Files

3

Last publish

Collaborators

  • makhlouf