Filter
You can also use a filter definition from SVG, e.g.
filter: url(#my-filter)
.The filter property applies graphical effects like blur or color shift to an element.
CSS Properties
filter
Applies filter(s) to an element.
Specify none
or space-separated filter function(s).
| LIVE PREVIEW

backdrop-filter
Applies filter(s) to the area behind an element.
Specify none
or space-separated filter function(s).
| LIVE PREVIEW
Hello there!
Assets
- Material Color Palette — https://materialcolor.xyz/
- Andrew Ridley (Unsplash) — https://unsplash.com/photos/jR4Zf-riEjI
References
- filter (MDN) — https://developer.mozilla.org/en-US/docs/Web/CSS/filter
- backdrop-filter (MDN) — https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter