> For the complete documentation index, see [llms.txt](https://kami-1.gitbook.io/kami/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kami-1.gitbook.io/kami/art/art-evolution.md).

# Art Evolution

The Kami art process started in July 2022. Interestingly enough, our artist/co-founder didn't start out as an artist. He began drawing for fun and stumbled upon a style that we all really vibed with and we just forced him to keep practising.

{% hint style="success" %}
We're passionate about showcasing our art process because we believe that anyone can create something amazing if they're willing to learn. You don't need to shell out thousands of dollars for an established artist when you can master the craft yourself with some dedication and hard work.
{% endhint %}

## The First Kami:

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

{% hint style="info" %}
Yes, these are bad. These are some of the first doodles our co-founder made but we saw the potential in them.
{% endhint %}

Our co-founder dedicated six months to daily drawing, improving his artistic skills until we reached a point where we were confident enough to present it to Solana.

After successfully finalizing the PFP character, we needed to select suitable background colors.

{% hint style="warning" %}
The significance of background colors and their impact on the art caught us off guard.
{% endhint %}

Background colors are the most underestimated aspect of an NFT. It has the power to either overshadow/change the appearance of the character's color palette or shift your focus first towards the background, rather than the character itself.

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

After analyzing, experimenting, and examining hundreds of distinct color palettes and PFPs, we ultimately settled on 8 background colors.

Kami went with more unconventional background colors that deviate from the typical hues found in PFP collections. Usually, muted tones, pastels, or neon shades dominate the scene, as they provide a strong contrast between the background and the character, thereby enhancing the character's visibility.

## Examples:

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

Although lighter background colors have proven effective for other projects, they did not resonate with Kami. Kami goes against the grain, right?

We believe that our carefully selected palettes complement our characters more effectively, and we didn't want to conform to the norm of using lighter backgrounds.

## Darker Backgrounds:

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

{% hint style="info" %}
We kept the eyes in mind for the focal point while selecting the background colors of our NFTs
{% endhint %}

After experimenting, we discovered that bolder and darker colors amplify the Kami eyes, resulting in a cohesive NFT rather than separated elements.

## The Final Kami:

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

{% hint style="success" %}
We hope our process can inspire individuals who wish to undertake a similar project but are uncertain of their artistic abilities or lack the funds to hire an artist.
{% endhint %}


---

# 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://kami-1.gitbook.io/kami/art/art-evolution.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.
