Generatore Neumorphism CSS

Crea effetti soft UI neumorfici

Elaborazione nel BrowserI tuoi dati non lasciano mai il browser

Shape Type

Shadow Settings

Distance20px
Blur60px
Intensity15%

Element Settings

Size150px
Border Radius50px

Colors

Background
Light Shadow
Dark Shadow

Preview

Neu

Interactive Preview

Flat
Concave
Convex
Pressed

CSS

.neumorphic {
  border-radius: 50px;
  background: #e0e5ec;
  box-shadow: 20px 20px 60px #a3b1c6, -20px -20px 60px #ffffff;
}

/* Parent container should have same background */
.container {
  background: #e0e5ec;
}

Color Presets

About Generatore Neumorphism CSS

Crea effetti soft UI neumorfici

Use this free online generatori css tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.

Processing

This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.