@cspencernd/tailwindcss-gunmetal
v1.0.11
Published
gunmetal colorscheme for tailwindcss plus shadcn color config
Downloads
3
Maintainers
Readme
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 | | | 100 | #bec7cf | | | 200 | #a5b0bb | | | 300 | #8e99a7 | | | 400 | #788392 | | | 500 | #646e7e | | | 600 | #50596a | | | 700 | #3e4656 | | | 800 | #2e3342 | | | 900 | #1e222e | | | 950 | #10121a | |