Geometric textures, watercolor gradients, misty blends, dark aurora, and subtle whisper backgrounds.
var(--color-title-*)) and auto-switch in dark/light
mode.bg-polka-red, bg-polka-2, bg-polka-green-500.bg-tint, bg-blend, bg-aurora,
bg-whisper) support dynamic colors.Multiple color formats are supported:
*-error, *-error-hover*-indigo-500*-[#ff0000]*-[red], *-[green]bg-polka — large polka dots (24px spacing)
bg-noise — 1px micro dots (3px spacing)
bg-hatch — -45° 1px diagonal lines
bg-hatch-h — 1px horizontal lines
bg-hatch-v — 1px vertical lines
bg-crosshatch — ±45° crossed 0.7px lines
bg-stripes — 8px wide diagonal zebra stripes
bg-stripes-h — 8px horizontal stripes
bg-stripes-v — 8px vertical stripes
bg-blueprint — 20px minor + 100px major nested grid
bg-marble — 60°/120° crossing lines simulating marble veining
bg-grid — 24px standard grid lines
bg-houndstooth — classic 45° woven houndstooth
bg-circles — centered nested concentric rings
bg-chessboard — checkered pattern (also used for transparent canvas)
bg-sunburst — radial ray pattern from center
Low-opacity radial spot gradients using bg-whisper-*. Supports dynamic colors and position
modifiers.
Multiple color formats are supported:
*-error, *-error-hover*-indigo-500*-[#ff0000]*-[red], *-[green]bg-whisper-blue-500 — default top-left + bottom-right spots
bg-whisper-blue-500 bg-whisper-between — spots shifted to left/right edges
bg-whisper-blue-500 bg-whisper-center — first spot centered
bg-whisper-orange-500 bg-whisper-mono — only first spot visible
bg-whisper-pink-500 bg-whisper-duotone — 180° hue shift
bg-whisper-orange-500 bg-whisper-tritone — 90° hue shift each spot
bg-whisper-red-500 with style="--bg-2:blue"
bg-whisper-red-500 with style="--bg-1-a:0.6"
bg-whisper-indigo-500 with style="--bg-2:var(--color-sky-500)"
bg-whisper-orange-500 with style="--bg-angle:-80"
bg-whisper-orange-500 bg-whisper-center with style="--bg-angle:-80"
Soft three-radial-spot watercolor backgrounds using bg-tint series. Supports dynamic color
customization.
Multiple color formats are supported:
*-error, *-error-hover*-indigo-500*-[#ff0000]*-[red], *-[green]bg-tint — uses --color-primary
bg-tint-green-500
bg-tint-[#ff0000] — arbitrary hex value
High-opacity radial spot misty blend backgrounds using bg-blend series. Supports dynamic color
customization.
Multiple color formats are supported:
*-error, *-error-hover*-indigo-500*-[#ff0000]*-[red], *-[green]bg-blend
bg-blend-error
bg-blend-success
bg-blend-[#7100ff]
bg-blend-[#0017ff]
Corner-placed radial spot dark aurora gradients using bg-aurora series. Spot size and opacity
auto-adjust in dark mode.
Multiple color formats are supported:
*-error, *-error-hover*-indigo-500*-[#ff0000]*-[red], *-[green]bg-aurora
bg-aurora-error
bg-aurora-success
bg-aurora-[#7100ff]
bg-aurora-[#0017ff]
Combine a geometric texture on the outer container and a gradient with bg-transparent on the inner
container to blend them together.
<div class="bg-grid"><div class="bg-blend bg-transparent"></div></div>
<div class="bg-circles"><div class="bg-tint bg-transparent"></div></div>
<div class="bg-stripes"><div class="bg-aurora bg-transparent"></div></div>