Skip to content

The Colors plugin for TailwindCSS projects

Easily manage light/dark mode switching according to your configuration without worrying about color matching.

Safe

Built with TypeScript and using the strictest lint tools.

Fast

Use the power of TailwindCSS for better performance.

Simple

Color-based class names available in TailwindCSS.

Optimized

No third party dependencies you just need TailwindCSS.

Scalable

Can be customized from your TailwindCSS configuration.

Reusable

Intuitive and well-documented APIs for easy integration.

Try ColorWind

Install

From NPM:

Terminal window
npm install colorwind

From JSR:

Terminal window
npx jsr add @siguici/colorwind
Configure
import colorwind from "colorwind";
/** @type {import('tailwindcss').Config} */
export default {
plugins: [colorwind],
};