Text Tools

CSS Text Stroke Generator

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

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;
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.1;
}