Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

tailwindcss-colors

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-colors

Tailwindcss All Color Palettes

latest
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Tailwindcss Colors

This package contains all Tailwind CSS color palettes.

Featuring two classes:

  • .text-[colorName]-[50-950]
  • .bg-[colorName]-[50-950]

And custom CSS variables for each color:

  • var(--colorName-[50-950])

CDN Installation

<link rel="stylesheet" href="//unpkg.com/tailwindcss-colors@2.0.0/colors.css" />

ES Module Installation

import "tailwindcss-colors/colors.css";

To see the color palettes, click here.

FAQs

Package last updated on 09 Jun 2023

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