Neumorphism with CSS
Neumorphism (or "soft UI") is a design style that makes elements appear to extrude from or be pressed into the same surface they sit on. It is achieved entirely with carefully chosen inset and outer box-shadows.
Core Technique
Use two shadows on the same surface colour: one lighter (representing the light source) and one darker (the shadow). The element, its parent background, and both shadow colours must be in the same colour family.
Accessibility Warning
Neumorphic designs often have very low contrast and can be illegible for users with low vision. Always validate contrast ratios and provide sufficient visual cues beyond shadow alone.