Tailwind UI Pattern Registry for humans and agents

link-card colorful hover dot-grid developer quicklinks navigation link-card colorful hover dot-grid quicklinks developer navigation docs colorful quicklink cards navigation card grid with hover colors docs landing quicklinks colored icon cards with hover effect

Link Card Colorful

Fetch pattern JSON: curl https://webspire.de/patterns/link-card/colorful.json

Details

Family
link-card
Tier
enhanced
Kind
component
Extends
link-card/base
Responsive Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
link-cardcolorfulhoverdot-griddeveloperquicklinksnavigation

Slots

Name Required Description
cards Yes Link cards with icon, title, description, and individual accent color.

Props

Name Type Default Description
--lc-hover color oklch(0.65 0.22 264) Per-card accent color used for border, icon ring, background tint, and dot-grid overlay on hover. Set inline on each card element.

Four-column quicklink card grid where each card has its own accent color via --lc-hover. On hover:

  • Border adopts the card’s color
  • Icon ring gets a subtle color tint
  • A dot-grid (radial-gradient) overlay fades in
  • Background gets a very subtle color wash via color-mix()

All CSS — no JavaScript. Inspired by developer documentation landing pages. Set --lc-hover to any OKLCH/hex color on each card <a> element.