# Colours

Cwicly colours are automatically synced with Tailwind.&#x20;

Any colour or palette created within Cwicly will display in the colour selector.

<figure><img src="/files/3wNadRK9NAcajoTJK4ez" alt=""><figcaption></figcaption></figure>

## Apply solid colour

You can apply a solid colour to a block using Tailwind classes.

* Select required block.
* Open the Cwicly colour picker and select the desired colour.&#x20;

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

## Apply transparency

You can apply a transparency to a block using Tailwind classes.

* Select required block.
* Open the Cwicly colour picker.
* Hover over the desired solid colour and find its corresponding opacity in the opacity palette.

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


---

# 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://docs.cwicly.com/tailwind/getting-started/automatically-sync/colours.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.
