npm
npmjs.com › package › tailwind-color-generator
tailwind-color-generator - npm
June 11, 2021 - Latest version: 1.0.2, last published: 4 years ago. Start using tailwind-color-generator in your project by running `npm i tailwind-color-generator`. There are no other projects in the npm registry using tailwind-color-generator.
» npm install tailwind-color-generator
Published Jun 11, 2021
Version 1.0.2
Author Nick Graffis
npm
npmjs.com › package › tailwindcss-palette-generator
tailwindcss-palette-generator - npm
May 7, 2025 - Tailwindcss Palette Generator is an easy-to-use extension that allows you to automatically create a complete color palette from a single base color in your Tailwind CSS project.
» npm install tailwindcss-palette-generator
Published Sep 01, 2025
Version 1.6.1
Author @ibodev1
Videos
npm
npmjs.com › package › @bobthered › tailwindcss-palette-generator
@bobthered/tailwindcss-palette-generator - npm
October 12, 2024 - Start using @bobthered/tailwindcss-palette-generator in your project by running `npm i @bobthered/tailwindcss-palette-generator`. There are 1 other projects in the npm registry using @bobthered/tailwindcss-palette-generator.
» npm install @bobthered/tailwindcss-palette-generator
Published Oct 12, 2024
Version 4.0.0
GitHub
github.com › bobthered › tailwindcss-palette-generator
GitHub - bobthered/tailwindcss-palette-generator: Quickly generate tailwind color palettes from a base color. · GitHub
Interactive demo generating tailwindcss palettes · Generate color palette with as little as a hex value ( See Example ) Generate multiple color palettes ( See Example ) Customize the palette shade names & lightnesses ( See Example ) Default color naming applied automatically or can be overwritten ( See Example ) Zero (0) dependencies · Typescript support · Preserve Supplied Color · npm i @bobthered/tailwindcss-palette-generator ·
Starred by 51 users
Forked by 9 users
Languages TypeScript 84.0% | JavaScript 12.7% | HTML 3.3%
npm
npmjs.com › search
@tailwindcss/colors - npm search
Tailwind CSS color data package - provides color values in multiple formats (RGBA, HEX, OKLCH) for programmatic use.
npm
npmjs.com › package › tailwindcss-color-suite
tailwindcss-color-suite - npm
September 22, 2022 - Included is a color scale tool ... to give it a try. Install with your favorite NodeJS package manager: $ npm install tailwindcss-color-suite $ yarn add tailwindcss-color-suite...
» npm install tailwindcss-color-suite
Published Sep 22, 2022
Version 0.7.0
Author Jeff Schofield
GitHub
github.com › ibodev1 › tailwindcss-palette-generator
GitHub - ibodev1/tailwindcss-palette-generator: Color palette generation library for TailwindCSS.
✅ Automatically generate your entire color palette from a single base color · ✅ Different shade levels (50-900) for consistent visual design ... # using pnpm pnpm add -D tailwindcss-palette-generator@latest # using yarn yarn add --dev ...
Author ibodev1
npm
npmjs.com › package › tw-color-shades
tw-color-shades - npm
Converts CSS variables to rgb(var(--color) / <alpha-value>) format for Tailwind opacity. CSS variables will not generate shades! ... Automatically generates shades: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 950. npm install tw-color-shades ...
» npm install tw-color-shades
Published Dec 26, 2024
Version 1.1.0
Author M B Parvez
npm
npmjs.com › package › @markusantonwolf › tailwind-css-plugin-custom-color-palette
@markusantonwolf/tailwind-css-plugin-custom-color-palette - npm
January 27, 2022 - This Plugin generates a color palette and all utilities based on your custom colors. New utilities like text-yourColor-100 or bg-yourColor-600 will be rendered for your custom colors.
» npm install @markusantonwolf/tailwind-css-plugin-custom-color-palette
Published Jan 27, 2022
Version 1.4.0
Author Markus A. Wolf
GitHub
github.com › leoquack › tailwindshades
GitHub - leoquack/tailwindshades: Tailwind CSS color shades generator
Generate consistent Tailwind CSS-compatible color shades · Save and like palettes (via Supabase) Social login (Google, GitHub) To run locally: npm install && npm run serve · This project includes Google Analytics and Supabase authentication features. See the Privacy Policy and Terms for details.
Starred by 292 users
Forked by 28 users
Languages Vue 57.2% | JavaScript 33.8% | CSS 6.9% | HTML 1.9% | Dockerfile 0.2%
Tailwindshades
tailwindshades.app
Tailwind Shades Generator
module.exports = { theme: { extend: { colors: { primary: { 50: "rgb(var(--color-primary-50) / <alpha-value>)", 100: "rgb(var(--color-primary-100) / <alpha-value>)", 200: "rgb(var(--color-primary-200) / <alpha-value>)", 300: "rgb(var(--color-primary-300) / <alpha-value>)", 400: "rgb(var(--color-primary-400) / <alpha-value>)", 500: "rgb(var(--color-primary-500) / <alpha-value>)", 600: "rgb(var(--color-primary-600) / <alpha-value>)", 700: "rgb(var(--color-primary-700) / <alpha-value>)", 800: "rgb(var(--color-primary-800) / <alpha-value>)", 900: "rgb(var(--color-primary-900) / <alpha-value>)", }, } } } }
Tints
tints.dev
Tailwind CSS 11-color Palette Generator and API
@theme { --color-red-50: oklch(0.958 0.016 17.55); --color-red-100: oklch(0.926 0.03 17.76); --color-red-200: oklch(0.852 0.065 18.53); --color-red-300: oklch(0.78 0.105 19.71); --color-red-400: oklch(0.709 0.152 21.67); --color-red-500: oklch(0.637 0.208 25.33); --color-red-600: oklch(0.539 0.19 26.43); --color-red-700: oklch(0.441 0.156 26.46); --color-red-800: oklch(0.341 0.121 26.45); --color-red-900: oklch(0.243 0.086 26.52); --color-red-950: oklch(0.184 0.065 26.54); } Paste this into the css file with your Tailwind config
jsDelivr
jsdelivr.com › package › npm › tailwind-color-generator
tailwind-color-generator CDN by jsDelivr - A CDN for npm and GitHub
June 11, 2021 - Generate 10 colors that step up in saturation and light from 50 - 900 based on one color. Version 1.0.2 License MIT · Keywords · tailwindcsscolorsgeneratorhslsaturationlighttoneshade · INSTALL · Version: Static · Static · Latest Patch ...
Published Jun 10, 2021
Javisperez
javisperez.github.io › tailwindcolorshades
Tailwind CSS Color Shades Generator - Create Custom Color Palettes
Free online tool to generate beautiful color palettes for Tailwind CSS. Create custom color shades in OKLCH or HEX formats. Compatible with Tailwind v3 & v4. Export, share, and import color configurations easily.
npm
npmjs.com › package › tailwind-colors
tailwind-colors - npm
The colors in tailwind CSS are really nice and I always find myself copying them into my css in js projects so I have put them into a package so I can install it from npm and not copy paste. If you find it useful thats cool too.. Latest version: 1.1.0, last published: 6 years ago.
» npm install tailwind-colors
Npm
npm.io › package › tailwind-color-generator
Tailwind-color-generator NPM | npm.io
Check Tailwind-color-generator 1.0.2 package - Last release 1.0.2 with MIT licence at our NPM packages aggregator and search engine.