สร้าง CSS Glassmorphism - DevToolBox
Generate beautiful glassmorphism CSS effects with live preview. Customize blur, transparency, border radius, and colors. Copy ready-to-use CSS code ฟรี ไม่ต้องสมัครสมาชิก
Settings
#ffffff
/* Glassmorphism Effect */ background: rgba(255, 255, 255, 0.25); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
What is Glassmorphism?
Glassmorphism is a modern UI design trend that creates a frosted glass effect using CSS backdrop-filter and semi-transparent backgrounds. This generator lets you customize blur intensity, opacity, border effects, and colors with real-time preview and copy-ready CSS code.
ให้คะแนนเครื่องมือนี้
4.8 / 5 · 148 คะแนน
เครื่องมือเพิ่มเติม
🫧สร้าง CSS Neumorphism🌈สร้างข้อความไล่สี CSS🌈Css Gradient Generator🌓CSS Shadow GeneratorRecommended
Tailwind UIBeautiful UI componentsอัปเดตข่าวสาร
รับเคล็ดลับการพัฒนาและเครื่องมือใหม่ทุกสัปดาห์
ไม่มีสแปม ยกเลิกได้ตลอดเวลา
Enjoy these free tools?
☕Buy Me a CoffeeHow to Use
- Adjust the blur, opacity, and border settings using sliders
- Pick a background color for the glass effect
- Preview the result in the live preview panel
- Copy the generated CSS code
Use Cases
- Create modern glass-effect cards and panels
- Design frosted glass navigation bars
- Build translucent modal overlays
- Add depth to hero sections with blur effects