# Gradient Titles

### Sample SCSS code to add

Advanced -> Raw SCSS

```scss
.rui-block-title {
    background-image: linear-gradient(140deg,#ffd9cd 13%,#FF3F05 84%);
    color: #FF3F05;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
```

or

Class to add **.rui-text--gradient**

<pre class="language-html"><code class="lang-html">Lorem ipsum dolar set
&#x3C;h2 class="rui-text--gradient">Gradient title&#x3C;/h2>
<strong>&#x3C;p>Lorem ipsum dolar set rest of the content&#x3C;/p>
</strong></code></pre>

{% content-ref url="/pages/YlsMDLoUy4yNt9qWrVoD" %}
[Custom Block Title](/monocolor/demo-content/front-page-blocks/advanced-options/custom-block-title.md)
{% endcontent-ref %}


---

# 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://rosea.gitbook.io/monocolor/demo-content/front-page-blocks/advanced-options/gradient-titles.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.
