# Colors

#### Main colors

Foreground `#212121`\
Background `#FFFFFF`\
Secondary `#616161`\
Borders `#EEEEEE`

#### Other colors

Successes `#8BC34A`\
Cautions `#F57C00`\
Errors `#B71C1C`\
Rating stars `#FBC02D`\
Focus outline `#03A9F4`

#### Primary buttons

Foreground `#FFFFFF`\
Background `#212121`\
Borders `#212121`

#### Secondary buttons

Foreground `#212121`\
Background `#EEEEEE`\
Borders `#EEEEEE`

#### Conversion buttons

Foreground `#FFFFFF`\
Background `#212121`\
Borders `#212121`

#### Primary badges

Foreground `#FFFFFF`\
Background `#212121`

#### Secondary badges

Foreground `#212121`\
Background `#EEEEEE`

#### Sale badges

Foreground `#FFFFFF`\
Background `#B71C1C`


---

# 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://gatame.gitbook.io/highstreet/theme-settings/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.
