# Hex colors

{% hint style="info" %}
Hex colors work's only on the version 1.16.5+
{% endhint %}

### Solid color

<#hex>your text here!\
e.g.: <#29bbcf>HELLO WORLD!

### Rainbow effect

\<RAINBOW(number)>your text here!\</RAINBOW>\
\
e.g.: \<RAINBOW1>THIS IS A REALLY COOL Rainbow\</RAINBOW>\
![](/files/sul2CHXvSgrnBKshBDxa)

r.g.: \<RAINBOW100>THIS IS A REALLY COOL Rainbow\</RAINBOW>\
![](/files/N8Cqat7JxAwTyqFC4nTy)

### Gradient effect

\<G:hex>your text here!\</G:other hex>\
e.g.: \<G:29bbcf>HELLO WORLD!\</G:2475d1>


---

# Agent Instructions: 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://gennarioplugins.gitbook.io/shopsystem/setup/hex-colors.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.
