Neumorphism Generator
Generate soft UI neumorphic CSS styles
-10px -10px 20px #ffffff
10px 10px 20px #b8bdc4
.neumorphic {
border-radius: 16px;
background: #e0e5ec;
box-shadow:
10px 10px 20px #b8bdc4, -10px -10px 20px #ffffff;
}style={{
borderRadius: '16px',
background: '#e0e5ec',
boxShadow: '10px 10px 20px #b8bdc4, -10px -10px 20px #ffffff'
}}rounded-[16px] bg-[#e0e5ec] shadow-[10px_10px_20px_#b8bdc4,_-10px_-10px_20px_#ffffff]Was this tool helpful?
What is Neumorphism Generator?
Free online neumorphism generator to create the neumorphism (soft UI) CSS effect with a visual generator.
Adjust background color, shadow intensity, blur radius, and shadow distance to create raised, inset, or pressed-state effects. Build a soft UI button, a neumorphic card, or a pressed input field, switch the light direction, and copy the dual box-shadow CSS. Use the pressed mode to generate inset box-shadow for active states. The effect needs a muted, non-white background to read correctly. Preview different element shapes (flat, concave, convex, pressed). No signup required.
How to Use Neumorphism Generator
- 1Set the background color (use muted colors, not pure white)
- 2Adjust shadow intensity, blur, and distance
- 3Choose the shape type (flat, concave, convex, pressed)
- 4Copy the CSS box-shadow and background code
Frequently Asked Questions
Related Tools
CSS Box Shadow Generator
Free online CSS box shadow generator - create beautiful CSS box shadows with a visual builder and live preview
Glassmorphism Generator
Free online glassmorphism generator - create glass-effect CSS styles with blur and transparency
CSS Button Generator
Free online CSS button generator - generate styled CSS buttons with hover effects
AI CSS Generator
Free online AI CSS generator - browse 25+ CSS effects or generate custom styles with AI
Border Radius Generator
Free online border radius generator - generate CSS border-radius values with visual editor
CSS Animation Generator
Free online CSS animation generator - generate CSS keyframe animations visually