# Gradients
In this chapter, you will discover how to:
- Add a gradient to a section or a title.
- Add your own gradient to the Website Builder palette.
## Standard
In standard, you can select several gradients directly from the Website Builder. However, for custom
themes, you must add the gradients directly in the section tag with a style attribute.
**Use**
```xml
```
To apply a gradient to text, use a font tag with the `text-gradient` class.
```xml
A Section Subtitle
```
## Custom
You can also add your own custom gradients to the Website Builder. This way, the user can easily
use them without manually recreating them.
```{code-block} xml
:caption: '``/website_airproof/data/presets.xml``'
website_airproof.colorpickerCustom Gradientsqweb1
```