Skip to content We're live on Product Hunt today Upvote
install

tool · one of 34 free, no counter

Patterns

How do I make a background pattern without an image file?

Every pattern here is a background-image made of gradients - no file, no data URL, no request. That is what makes it worth having beside a page inspector rather than in a gallery: what comes out is a declaration that goes into a stylesheet, takes the page’s own colours, scales to any size and costs nothing to load.

Reach it Press + K on any tab and type patterns. Ctrl + K on Windows and Linux

Builds a background pattern out of gradients and paints it on
reads nothing - you build it
writes an ephemeral style patch, on request
sends nothing
patterns eight, each a row carrying its own paint
output gradients only - never an image or a data URL
preview the same declarations that get copied
plan free
section#about

What this actually is

Building a hero backdrop, marking a staging environment, drawing a transparency board behind an image, or filling a placeholder block with something that reads as deliberate. Painting it onto the selection is how it gets judged against real content at a real width.

section#asked

Asked about this tool

Does it produce an SVG or a data URL?

No. Everything is gradients, which is why the output is a few lines of CSS rather than a base64 blob in your stylesheet, and why it scales without going soft.

What does painting it on the selection actually do?

It applies the declarations to the live element on the same undo stack as every other edit here. Clear LoupeKit changes puts the element back and nothing is written to the site.

Why does the mark stop getting wider at some point?

Because a mark as wide as its own tile is a solid fill wearing a pattern’s name. The thickness is clamped so a hairline of background always shows, which keeps the preview honest.

Can I use a transparent background?

Yes. The plate is emitted as background-color, so transparent there lets whatever is behind the element through while the pattern still draws.

how to use patterns

  1. Open Patterns and pick one of the eight rows.
  2. Set the colours from the page's own palette, and the scale you want.
  3. Preview it on the page. The patch is ephemeral, and it is the same declarations you will copy.
  4. Copy the declaration into the stylesheet: gradients only, so no file and no request.