# Text Colors (RGB)

Zithium Plugins use [MiniMessage](https://docs.advntr.dev/minimessage/) to support easy gradients and other cool features.

### Example:

Here you can find a simple example of how to do a RGB gradient using MiniMessage

```yaml
example-message: '<gradient:yellow:white:gold>Hello, This messages goes from Yellow -> White -> Gold</gradient>'
```

It's just that simple. Another example tag you could use is a rainbow<br>

```yaml
example: '<rainbow>This message will be a rainbow!</rainbow>'
```

There are a lot more cool features you can use you can read more about them on the official [MiniMessage Documentation](https://docs.advntr.dev/minimessage/format.html)
