🎨 CSS Box Shadow Generator — Visual Shadow Designer
Design CSS box shadows visually. Adjust offset, blur, spread, and color with live preview. Free, no signup.
#000000
Opacity:
25%
How to Use This Tool
- Adjust sliders for X-offset, Y-offset, Blur, and Spread — Pick shadow color and opacity — Toggle inset for inner shadows — Copy the generated CSS and paste into your stylesheet
Frequently Asked Questions
What do the box-shadow values mean?
box-shadow: offset-x offset-y blur spread color. Offset moves the shadow horizontally/vertically. Blur controls softness. Spread expands or contracts the shadow.
Can I create multiple shadows?
This tool generates single shadows. For layered shadows, combine multiple box-shadow values separated by commas in your CSS.
What about inset shadows?
Add the 'inset' keyword before the values. The visual preview shows both normal and inset shadows.