ToolBox Hub
All Tools

Neumorphism Generator

Create soft UI (neumorphic) CSS effects with live preview.

Neumorphism
Size20
Intensity15
Radius16
Color

CSS

.neumorphic {
  background: #e0e5ec;
  box-shadow: 20px 20px 40px rgb(179, 184, 191), -20px -20px 40px rgb(255, 255, 255);
  border-radius: 16px;
}
Share: