CSS Pattern Generator

Create stripes, dots, waves, and grid patterns with CSS

Pattern Type

Pattern Properties

20px
45°

Presets

Live Preview

Generated CSS

.pattern {
  background: repeating-linear-gradient(
  45deg,
  #000000,
  #000000 20px,
  #ffffff 20px,
  #ffffff 40px
);
}