Chroma Grid

Cards & Layout

A grid of cards rendered in grayscale that reveal vibrant colors within a configurable radius as the cursor moves over them.

Loading preview...
Customize
Reveal Radius (px)
300
Columns
3
Gap (px)
16
Damping
0.45

Props

PropTypeDefaultDescription
itemsChromaGridItem[]Array of card objects with title, subtitle, color, optional image and className.
radiusnumber300Color reveal radius in pixels from the cursor position.
columnsnumber3Number of grid columns.
gapnumber16Gap between cards in pixels.
dampingnumber0.45Mouse follow smoothness factor between 0 and 1.
classNamestring''Additional CSS classes for the grid container.