# Color

**Color** element provides a color palette for interactive color selection which enables the creation of configurators with custom color control for object materials.

{% embed url="<https://screen.studio/share/0vk73R1D>" %}

The **Color** element operates through a [<mark style="color:blue;">variable</mark>](/documentation/3d-configurator/variables-and-expressions.md). A variable is selected in the Color element settings and can then be referenced in any supported color-related field, including:<br>

* Material **Color**
* **Emission** color
* **Overlay** texture color
* Background color

<div align="left"><figure><img src="/files/toWusGFaCinXDcI1L1Sb" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="success" %}
**Tip:** the same variable can be assigned to multiple objects, allowing a single Color element to control their colors at once.
{% endhint %}

#### Color input

[<mark style="color:blue;">**Input**</mark>](/documentation/3d-configurator/floating-ui/input.md) element includes a **Color** parameter.\
By specifying the same [<mark style="color:blue;">variable</mark>](/documentation/3d-configurator/variables-and-expressions.md) used in a Color element, the Input element can be linked to the color configuration. This allows color values to be adjusted not only through the palette but also by entering precise **`RGB`** or **`HEX`** values, combining visual color selection with exact numeric control.

<div align="left"><figure><img src="/files/ltv5tPeUQZ9jqObl3jqc" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://help.vectary.com/documentation/3d-configurator/floating-ui/color.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.
