> For the complete documentation index, see [llms.txt](https://docs.monkeykingdom.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monkeykingdom.io/wiki/branding/brand-identity/previous-branding.md).

# Previous Branding

## Our Logo V.1

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

## Our Color Palette

{% tabs %}
{% tab title="Golden Fillet" %}
**Golden Fillet** is a dark yellow that appeals to the kid in us and evokes the feeling of happiness, creativity and warmth. It is the signature colour of our brand and the color of our icon.

* \#FBB03B
* R 251 G 176 B 59
* Pantone 1365C
* C 0 M 35 Y 87 K 0

<figure><img src="/files/izuEh5fpLNsoK0nLDQuX" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Kingdom Blue" %}
**Kingdom Blue** is a shade of dark blue that compliments well with Golden Fillet. The color is inspired by the tactical and technical vision of our brand.

* \#003260
* R 0 G 50 G 96
* Pantone 294C
* C 100 M 86 Y 36 K 27

<figure><img src="/files/ECpjkRzVbjCtKDzsVHsZ" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Stone Black" %}
A dark, rich, inky grey keeps our brand grounded, and gives a sense of sophistication, maturity, and elegance.

* \#131313
* R 19 G 19 B 19
* Pantone 426 C
* C 73 M 67 Y 66 K 81

<figure><img src="/files/Mc9ys3Ky60uF0cZmbgD6" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Cloud White" %}
**Cloud White** is a versatile color and is a great partner to all of our brand colors and allows them to stand out, bold and proud.

* \#F9FAFB
* R 251 B 176 G 59
* Pantone 000 C
* C 0 M 35 Y 87 K 0

<figure><img src="/files/GWEAMkr0I7PZSk5CZdeu" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.monkeykingdom.io/wiki/branding/brand-identity/previous-branding.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.
