> For the complete documentation index, see [llms.txt](https://docs.zithium.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zithium.net/all-plugins/text-colors-rgb.md).

# 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zithium.net/all-plugins/text-colors-rgb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
