Sprache

Design und Assets

Noise Overlay CSS Generator

Erzeuge noise overlay CSS style.

Eingabe

Noise Overlay CSS Generator

noise overlaycsstextureui
Ausgabe

Noise Overlay CSS Generator

.noise-overlay {
  position: relative;
  isolation: isolate;
}

.noise-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    repeating-radial-gradient(#0f172a 0 1px, transparent 1px 3px),
    repeating-linear-gradient(45deg, color-mix(in srgb, #334155 30%, transparent) 0 2px, transparent 2px 4px);
}

Ähnliche Tools

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.