Design Playground
Experiment with glassmorphism, neumorphism, and gradient effects. Tweak parameters in real-time and export production-ready CSS.
Experiment with glassmorphism, neumorphism, and gradient effects. Tweak parameters in real-time and export production-ready CSS.
This is a live preview of your current settings. Adjust the parameters to see changes in real time.
.glassmorphism {
background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}