toolbin_

CSS neumorphism (soft UI) generator

Generate a CSS neumorphism (soft UI) effect with live preview and copy-ready code.

🔒 100% client-side — no data sent

Create a CSS neumorphism (soft UI) effect with a live preview: adjust the color, radius, distance, blur and shadow intensity, then copy the code. Everything runs in the browser.

What is it for?

  • Design soft UI buttons and cards
  • Get the exact neumorphic box-shadow
  • Test flat / concave / convex variants
  • Grab ready-to-paste CSS

FAQ

What is neumorphism?

A UI style where elements appear extruded from the background thanks to two opposite shadows (one light, one dark).

Why is my effect barely visible?

Neumorphism works best when the element color matches the background. Avoid pure black or white.

What is the “inset” mode for?

It renders an inner shadow, making the element look pressed into the background instead of raised.

Is the result supported everywhere?

Yes, it relies on box-shadow and border-radius, supported by all modern browsers.

Related tools