Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 530 Bytes

File metadata and controls

18 lines (16 loc) · 530 Bytes

tailwind-colors

A simple collection of CSS variables of TailwindCSS Colors.

Use via CDN (Recommended)

Just copy the below link tag and paste it in your head element before your custom styles.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/MonteBoomBox/tailwind-colors/tailwind-colors.css">

Or download the CSS file

Download the CSS file and include it through a link tag in your head.

<head>
  <link rel="stylesheet" href="path/to/tailwind-colors.css">
</head>

Happy coding!