CSS Glass Morphism Generator

The glass morphism effect is popping up all over the web at the minute. Although in the past it was generated mostly with images, we can now achieve the same result using CSS. The CSS glass morphism effect is pretty widely supported as well. Below, I’v…


This content originally appeared on DEV Community and was authored by Johnny Simpson

The glass morphism effect is popping up all over the web at the minute. Although in the past it was generated mostly with images, we can now achieve the same result using CSS. The CSS glass morphism effect is pretty widely supported as well. Below, I've created a generator so you can make your own CSS glass morphism effects and add them to your applications and websites.

CSS Glass Morphism Generator

A little while ago I used the CSS glass morphism effect to create some apple UI elements. To show how this effect works a little better, I've created a CSS glass morphism generator below. You can change the options, and generate your own glass morphism along with code.

Since we are using mix-blend-mode to make our effect a little more blended, our text layer will have to sit in a separate div so it the blend mode is not applied to it. Note, that although widely supported, this will not currently work in Firefox as expected.

How does CSS Glass Morphism work?

This effect is based off two CSS properties - mix-blend-mode, and backdrop-filter. The first, lets us blend our element with the element behind it. The second, lets us blur or add a filter to semi opaque backgrounds, so that the background behind the element can be filtered. We're using blur as our filter to create the glass effect, but others work too. To read more on this topic, try our other tutorial here.

Support for Glass Morphism Effect

The glass morphism effect tends to degrade quite gracefully, as if it isn't supported, there simply isn't an effect displayed. It is broadly supported, however, as shown in the table below.

Support for Backdrop Filter


This content originally appeared on DEV Community and was authored by Johnny Simpson


Print Share Comment Cite Upload Translate Updates
APA

Johnny Simpson | Sciencx (2022-02-12T13:35:52+00:00) CSS Glass Morphism Generator. Retrieved from https://www.scien.cx/2022/02/12/css-glass-morphism-generator/

MLA
" » CSS Glass Morphism Generator." Johnny Simpson | Sciencx - Saturday February 12, 2022, https://www.scien.cx/2022/02/12/css-glass-morphism-generator/
HARVARD
Johnny Simpson | Sciencx Saturday February 12, 2022 » CSS Glass Morphism Generator., viewed ,<https://www.scien.cx/2022/02/12/css-glass-morphism-generator/>
VANCOUVER
Johnny Simpson | Sciencx - » CSS Glass Morphism Generator. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/02/12/css-glass-morphism-generator/
CHICAGO
" » CSS Glass Morphism Generator." Johnny Simpson | Sciencx - Accessed . https://www.scien.cx/2022/02/12/css-glass-morphism-generator/
IEEE
" » CSS Glass Morphism Generator." Johnny Simpson | Sciencx [Online]. Available: https://www.scien.cx/2022/02/12/css-glass-morphism-generator/. [Accessed: ]
rf:citation
» CSS Glass Morphism Generator | Johnny Simpson | Sciencx | https://www.scien.cx/2022/02/12/css-glass-morphism-generator/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.