> For the complete documentation index, see [llms.txt](https://docs.csspro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.csspro.com/copying/copying-colors.md).

# Copying colors

Apart from copying colors from the CSS code of the elements when inspecting with CSS Pro, there are also 2 big features you can use to copy colors from websites:

### Color eyedropper

Fell in love with a color you saw somewhere? Use Pro's color eyedropper - it works even if it's an image.

Point and click to get the color you're seeing.

{% hint style="info" %}
You can easily open the Color Eyedropper by using the shortcut Option+Shift+E on Mac or Alt+Shift+E on Windows/Linux - **even if CSS Pro is currently not opened on the tab**.
{% endhint %}

Or you can also open it by clicking on "Color eyedropper" on the top bar.

It's simple: just hover your mouse over the color you want to copy, and click on it.

![](/files/D03lCQeVBimVotVgmjQP)

### Color Palette

Analyze the entire palette of colors from a website in a second. Find the color you like, and just click on it to get its syntax.

Open it by clicking on "Color Palette" on the top bar.

![](/files/MHHojIEUk0uw8u3uL6uz)


---

# 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:

```
GET https://docs.csspro.com/copying/copying-colors.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.
