Explore other tools in the Design category.
Visualize and generate CSS border-radius.
Generate CSS box shadows visually.
Convert between HEX, RGB, and HSL values.
Generate color palettes from a single color.
Generate lighter and darker shades of a color.
Preview CSS animations and get the code to use them.
Create the popular "glassmorphism" effect for your user interface elements. Customize the blur, transparency, and color to get the perfect look.
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.18);