New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tailwindcss-gunmetal/colors

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@tailwindcss-gunmetal/colors

This package adds the `gunmetal` color palette to `tailwindcss`.

unpublished
latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

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"),
        // ...
    ],
};
ShadeHexSample
50#d8dee350 Swatch
100#bec7cf100 Swatch
200#a5b0bb200 Swatch
300#8e99a7300 Swatch
400#788392400 Swatch
500#646e7e500 Swatch
600#50596a600 Swatch
700#3e4656700 Swatch
800#2e3342800 Swatch
900#1e222e900 Swatch
950#10121a950 Swatch

Keywords

tailwindcss

FAQs

Package last updated on 25 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts