Create single or multi-layer CSS box shadows. Use presets, tweak layers, and export as CSS, inline style, or Tailwind config.
box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.15);boxShadow: "0px 8px 24px 0px rgba(0,0,0,0.15)"boxShadow: {
'custom': '0px 8px 24px 0px rgba(0,0,0,0.15)'
}Explore these related free tools to enhance your productivity and workflow.
Yes! Add multiple layers, adjust each one independently, and toggle visibility. The tool outputs valid CSS with comma-separated shadows that work in all modern browsers.
The URL automatically updates as you edit. Simply copy and share the URL from your browser's address bar—recipients will see your exact shadow configuration.
In the Export section, you'll find a 'Key' input field above the Tailwind output. Edit it to match your design tokens (e.g., 'card', 'elevated', 'glow').
Neumorphism (or soft UI) uses two shadows—a light one and a dark one—to create a soft, extruded effect. Use the Neumorphism preset to get started, then adjust colors and offsets to match your design.