← Back to home
Type

Text Tools

CSS Text Stroke Generator

Create outlined text styles with live preview and copy-ready CSS.

View all tools

Live Preview

Create outlined text styles with live preview and copy-ready CSS.

Peach Lab

CSS Output

.text-stroke {
  color: #F28C6F;
  -webkit-text-stroke: 2px #2A1F1B;
  text-stroke: 2px #2A1F1B;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
}

Controls