@cspencernd/tailwindcss-gunmetal
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

TailwindCSS Gunmetal Color Palette

This package adds the gunmetal color palette to tailwindcss.

Installation

pnpm add tailwindcss-gunmetal

Usage

// tailwind.config.ts
const config = {
    // ...
    plugins: [
        require("tailwindcss-gunmetal"),
        // ...
    ],
};
Shade Hex Sample
50 #d8dee3 50 Swatch
100 #bec7cf 100 Swatch
200 #a5b0bb 200 Swatch
300 #8e99a7 300 Swatch
400 #788392 400 Swatch
500 #646e7e 500 Swatch
600 #50596a 600 Swatch
700 #3e4656 700 Swatch
800 #2e3342 800 Swatch
900 #1e222e 900 Swatch
950 #10121a 950 Swatch

Package Sidebar

Install

npm i @cspencernd/tailwindcss-gunmetal

Weekly Downloads

1

Version

1.0.11

License

MIT

Unpacked Size

13.1 kB

Total Files

6

Last publish

Collaborators

  • cspencernd