Free Developer Tool
CSS Neumorphism Generator
Create soft neumorphic UI effects with customizable colors, shadows, radius and depth.
180px
24px
12px
24px
35%
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
- Choose the background color.
- Set the element size and border radius.
- Adjust shadow direction, blur and depth.
- 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.
Missing a feature?
If this tool doesn't cover your use case or is missing functionality, please let me know through the Contact page.
New improvements and features are added based on user feedback.