Create soft UI neumorphic effects
Shape Type
Shadow Settings
Element Settings
Colors
Preview
Interactive Preview
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