Multi-layer CSS shadows and neumorphism made easy
CSS box-shadow accepts multiple comma-separated layers, which is how modern designs achieve depth. The neumorphism trend uses two shadows — one lighter and one darker than the background — to create a soft-extruded look.
Multi-layer shadows
Combine multiple shadow layers for depth. Material Design cards use a sharp shadow at 2px and a soft diffuse shadow at 8px simultaneously.
Tailwind export
Copies as a Tailwind arbitrary value: shadow-[value]. Spaces are replaced with underscores as required by Tailwind v3+ arbitrary value syntax.
Neumorphism presets
The Neuo presets generate matched light and dark shadow pairs relative to your chosen background — the key technique for the soft UI aesthetic.