# HEX Colors

## Overview

FateUHC supports MiniMessage for all messages, and HEX colors for items. Due to limitations with MiniMessage, it cannot support item names or lore.

## MiniMessage (Messages)

Learn about MiniMesssage and it's formats:

{% embed url="<https://docs.advntr.dev/minimessage/format.html>" %}

## HEX Colors (Items)

For all items, here is how to use HEX colors:

```
      - "<GRADIENT:2C08BA>Cool string with a gradient</GRADIENT:028A97>"
      - "<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>"
      - "<RAINBOW100>THIS IS A REALLY COOL Rainbow</RAINBOW>"
      - "<SOLID:FF0080>Cool RGB SUPPORT"
```


---

# 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://fateuhc.bghddevelopment.com/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.
