For dashboard cards
Use two soft layers to separate widgets from neutral backgrounds without making cards feel too heavy.
Create custom box-shadows with a visual editor. Add multiple layers, copy Tailwind/shadcn exports, share encoded links, and save pinned presets locally.
box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);Use two soft layers to separate widgets from neutral backgrounds without making cards feel too heavy.
Use a smaller blur and tighter spread to keep shadow elevation readable on dense screens and low-power displays.
Build clear hierarchy with dependable contrast, semantic tokens, and readable data colors.
Create reusable color scales and exports for CSS variables, Tailwind, and documentation handoff.
Box-shadow is a CSS property that adds shadow effects around an element. It can create depth, elevation, and visual hierarchy in your designs.
An inset shadow appears inside the element instead of outside, creating an embossed or pressed-in effect.
Multiple layers create more realistic, natural-looking shadows. Combining a soft large shadow with a smaller sharp one mimics real-world lighting.
Spread expands or contracts the shadow size. Positive values make the shadow larger, negative values make it smaller than the element.