Ctrl + K
HomeCSS ToolsCSS Neumorphism Generator
Free Developer Tool

CSS Neumorphism Generator

Create soft neumorphic UI effects with customizable colors, shadows, radius and depth.

180px
24px
12px
24px
35%
Neumorphism

What is CSS Neumorphism Generator?

Create neumorphic interface elements using CSS shadows, rounded corners and carefully chosen background colors to produce soft raised or pressed effects.

How to use

  1. Choose the background color.
  2. Set the element size and border radius.
  3. Adjust shadow direction, blur and depth.
  4. Preview the effect and copy the generated CSS.

Features

  • Raised and pressed effects
  • Custom background colors
  • Dual shadow controls
  • Border radius customization
  • Adjustable depth
  • Live preview

Common Use Cases

  • Buttons
  • Cards
  • Input fields
  • Dashboard controls
  • Modern UI components

Example

Input
Background: #e0e0e0
Radius: 20px
Distance: 10px
Blur: 20px
Depth: Raised
Output
.neumorphic {
  background: #e0e0e0;
  border-radius: 20px;
  box-shadow: 10px 10px 20px #bebebe,
    -10px -10px 20px #ffffff;
}

FAQ

Can it create raised effects?

Yes.

Can it create pressed effects?

Yes.

Can I customize both shadows?

Yes.