🌫️CSS Box Shadow Generator

Visually create and copy CSS box-shadow code with an interactive preview.

Preview
box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.2);

About CSS Box Shadow Generator

Design beautiful, complex CSS box shadows with an intuitive drag-and-drop visual interface. Adjust offsets, blur, spread, color, and inset properties, and instantly copy the cross-browser compatible CSS code to use in your web projects.

Features

  • Interactive visual preview
  • Adjust X/Y offset, blur, and spread radius
  • Support for inset shadows
  • Auto-generated CSS code snippet

Frequently Asked Questions

Can I add multiple shadows?
This version focuses on perfecting single shadows quickly, though CSS does support chaining multiple shadows by comma separating them.