Problem: Subtle textured hero.

Solution#

html
<section class="bg-slate-50 bg-[radial-gradient(circle,#cbd5e1_1px,transparent_1px)] bg-[size:16px_16px]">…</section>

Why this works#

Arbitrary bg-image + size = CSS-only texture.

Variants#

  • Responsive: add screen prefixes to the core classes
  • Dark: pair each color utility with its dark: twin
  • Animated: add transition + a state variant for motion

cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns