Skip to content

Complete TailwindCSS Color Palette as CSS Custom Properties.

License

Notifications You must be signed in to change notification settings

mattkraemer/TailwindCSSColorPalette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TailwindCSSColorPalette

Complete TailwindCSS Color Palette as CSS Custom Properties.

Usage

  1. Copy the colors.css file into your styles directory.
  2. Use @import url("./colors.css"); to import and use the colors in your existing stylesheet.
  3. Done! Use the properties in your projects like this: var(--violet600) for #7c3aed

Please use the official TailwindCSS Colors Documentation for reference.

About

Complete TailwindCSS Color Palette as CSS Custom Properties.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages