Text Color Generator

Pick a text color and get the CSS and Tailwind output.

Controls

Color
Swatches

Live Preview

Text Color

The quick brown fox jumps over the lazy dog

#3b82f6

Generated Code

.element {
  color: #3b82f6;
}