> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/editor/colour-palette-management-in-templates.md).

# Colour Palette management in Templates

#### What is this feature?

The Colour Palette feature allows you to view, add, and edit color mapping tables within each Template. You can define which RGB colors in your design should be converted into corresponding CMYK values when exporting documents as PDFs in CMYK mode.

👉 This feature gives users better control over colors, minimizes color mismatch during printing, and ensures visual consistency.

### How to Set Up the Colour Palette

#### **🔹** Step 1: Open Template Edit Mode

* Go to the **Template Details** page of the template you want to configure.
* Click **Edit** to open **Edit Template Details** dialogs.&#x20;

<figure><img src="/files/ymRm7uldbaUaUJoY04li" alt=""><figcaption></figcaption></figure>

#### **🔹** Step 2: Navigate to the Colour Palette Section

* Scroll down to the bottom of the page and locate the Colour Palette section.

<figure><img src="/files/r52meG315KOPHCSPTuj5" alt=""><figcaption></figcaption></figure>

#### **🔹** Step 3: Configure Color Mappings

Under the Map RGB colours to CMYK values when exporting PDFs in CMYK mode section:

* Enter the RGB color code you want to convert.
* Enter the corresponding CMYK values.
* Click **+ Add Entry** to add a **new color mapping rule**.
* Repeat these steps if you need to set up multiple colors.

<figure><img src="/files/LVXXlEMCExm2fCbt0PIm" alt=""><figcaption></figcaption></figure>

#### **🔹** Step 4: Save Changes

* Click **Save** to save the color palette to the Template.

The saved colour palette will be stored within the Template. When creating new templates from this Template, these color mapping settings will be inherited and automatically applied when exporting PDFs in CMYK mode.

👉 Explore the product tour below:&#x20;

{% @howdygo/embed url="<https://app.howdygo.com/share/a6a7591b-a6f1-472b-b5b5-0a47c8346156>" %}

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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, and the optional `goal` query parameter:

```
GET https://support.hivo.co/editor/colour-palette-management-in-templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
