← CSS Support IndexDoes CSS
Does CSS radial-gradient() Work in HTML Email?
Creates an image consisting of a progressive transition between two or more colors that radiate from an origin.
Quick Answer
Does radial-gradient() work in HTML email?
The CSS radial-gradient() property is supported in Gmail, Apple Mail, Samsung Email, Thunderbird, and others. It is NOT supported in Outlook (Windows), Outlook (Mac / Web), Yahoo! Mail. Always include a safe fallback for unsupported clients.
Which Email Clients Support CSS radial-gradient()?
CSS support for radial-gradient() across email clients
| Email Client | Desktop | Mobile / Web | Notes |
|---|---|---|---|
| Gmail | ✓ Yes | ✓ Yes | — |
| Outlook (Windows) | ✗ No | ? | — |
| Outlook (Mac / Web) | ✗ No | ✗ No | — |
| Apple Mail | ✓ Yes | ✓ Yes | — |
| Yahoo! Mail | ✗ No | ✗ No | — |
| Samsung Email | ? | ✓ Yes | — |
| Thunderbird | ✓ Yes | ? | — |
| ProtonMail | ✓ Yes | ✓ Yes | — |
| Fastmail | ✓ Yes | ? | — |
Notes
- #1 Gradients can be created in VML using `type="gradientRadial"` on a `<v:fill>`. See [VML documentation](https://docs.microsoft.com/en-us/windows/win32/vml/web-workshop---how-to-use-vml-on-web-pages-----fill--element#gradient-fill).
- #2 Buggy. Does not work inline in the `background-image` property. (See [email-bugs#135](https://github.com/hteumeuleu/email-bugs/issues/135))
Frequently Asked Questions
Related CSS Properties
Test Your Email Now
Paste your HTML and see how it renders in clients that don't support radial-gradient().