Tailwind CSS Colors

tailwindcss-colors
By Paulina Kalicka

A package that provides TailwindCSS's default color palette as hex color codes for quick access.

colors
hex
tailwindcss

Paste this command in a terminal to install the package

espanso install tailwindcss-colors
Description
Source

tailwindcss-colors

An Espanso package that provides TailwindCSS's default color palette as hex color codes. This package is perfect for those who want quick access to TailwindCSS's hex color codes without needing to look them up in the documentation.

Features

  • Integrates smoothly with Espanso.
  • Outputs color hex codes of default TailwindCSS colors (e.g.,
    #3B82F6
    for
    blue-500
    ).
  • Provides simple triggers for fast and efficient use.

Installation

  1. Ensure you have Espanso installed on your system.
  2. Install the
    tailwindcss-colors
    package:
espanso install tailwindcss-colors

Usage

The triggers follow a straightforward pattern:
:<color_name>-<shade>
. Simply type the trigger to insert the corresponding TailwindCSS hex color codes into your text. Here are a few examples:
Trigger
Output
:blue-500
#3B82F6
:gray-300
#D1D5DB
:red-700
#B91C1C
:yellow-400
#FACC15
To explore the full range of TailwindCSS colors and their hex color codes, check out the official TailwindCSS color documentation.

Uninstalling

If you no longer need the
tailwindcss-colors
package, you can remove it easily:
espanso uninstall tailwindcss-colors