> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.unicornplatform.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to color title

This guide will help you make these types of tittles

![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/image_1pnacx3.png)

We can use inline styles inside the headers. For example, let's change the color of the word "Community" in the "Join Our Community" title. Use the following code to do this.

```
Join Our <div style="color: rgb(225 103 203);"> Community </div>
```

Put this code in the header field

![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/screenshot3_tb4jda.png)

As a result, you will get a title like in the first picture of this article

You can put the entire header inside the div container and then it will all become colored. You can use any color in RGB rgb(225 103 203)
 or HEX  ${color}[#7c7c7e](#83FF36) format.

