CSS Glassmorphism Generator - Online Frosted UI Design
Visually create the glassmorphism effect: background blur, transparency, and border. Copy the complete CSS. Modern UI design.
UD5 Toolkit
A beautiful frosted glass UI element with modern blur effects.
.glass-card {
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.3);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.glass-card over a gradient or image background for the frosted effect to be visible.-webkit-backdrop-filter for Safari compatibility.backdrop-filter: blur() and subtle borders.-webkit- prefix. Our generated CSS includes both..glass-card to any container that sits over a colorful or image background.Visually create the glassmorphism effect: background blur, transparency, and border. Copy the complete CSS. Modern UI design.
Design a soft, extruded card with inner and outer shadows. Adjust depth and roundness. Copy the CSS.
Type names and generate folded name tents for desks. Print, cut, fold. Great for workshops and panels.
Design a custom focus indicator with outline, offset, and box‑shadow. Preview on interactive elements. Copy the CSS.
Create a repeating text pattern from a short string for watermarking documents or images. Download SVG pattern.
Create vertically oriented text layouts with `writing‑mode`. See the effect and copy the complete CSS. For vertical languages.
Visually name grid areas in a table and generate grid‑template‑areas CSS. Perfect for complex layouts. Drag‑free.
Draw a random tarot card (or three-card spread) with meanings. For entertainment and self-reflection. Fun mystical experience, no data tracking.
Click to draw random playing cards from a shuffled deck. The full deck is displayed. Use for decision or magic tricks.
See the difference between clone and slice on inline boxes that break across lines. Useful for multi‑line headings.
Define a set of colors for light and dark themes. Get the CSS custom properties snippet. Toggle live.
Drag and drop light sources, camera, and subject to plan a photo shoot. Export diagram as image. Simple and visual.
Create glowing, neon‑style text effects with multiple text‑shadows. Adjust colors and intensity. Copy the CSS.
Build a complete font‑stack for your website. Choose a primary font and get the best fallback options for different OS. Copy the CSS.
Create outlined text with the text‑stroke property. Adjust width and color. Preview and copy the CSS.
Style underlines, overlines, and strike-throughs with colors, wavy styles, and thickness. Modern CSS text‑decoration.
See how grid-auto-flow: row vs column changes item placement. Add and remove items to understand the algorithm. Visual.
Enter a list of buzzwords or concepts and shuffle them into random pairs. Stimulate creative thinking. All local.
Use named grid lines instead of column numbers. See how they simplify placement. Visual, interactive learning.
Create printable sight word flashcards from Dolch or Fry lists by grade level. Choose font size and card layout. Local only.
Create a rainbow gradient text animation using pure CSS. Customize speed and colors. Copy the code for your website.
Create a 5‑star rating widget using only HTML and CSS. Customize colors and size. Copy the clean code.
Design a digital business card with your photo, contact details, and social links. Download as vCard or share a URL. Local tool.
Paste word pairs (or load pre-made sets) and practice with randomized flashcards. Flip to reveal translation, mark as known/unknown. Local data, no login.
Design a realistic neon sign text with multiple layers of glow. Copy the CSS and HTML. Perfect for headers.
Paste plain text and turn it into a nested outline using indent levels or Markdown headings. Great for planning.
Apply the drop‑shadow() filter and compare it with box‑shadow. See how it follows the contour of transparent images. Copy code.
Build a simple decision tree by adding yes/no nodes. Flowchart style. Export as text outline.
Upload a main image and a folder of tile images, and the tool creates a photomosaic. Rendered in canvas. All local.
Upload a small image and see it tiled as a canvas pattern. Export the pattern or copy the JavaScript.