> ## Documentation Index
> Fetch the complete documentation index at: https://docs.colorsystem.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Preview your ColorSystem

> Experience your new color system right away.

<img src="https://mintcdn.com/biggerpixel/9qg7DcjDENcz5neM/images/preview.png?fit=max&auto=format&n=9qg7DcjDENcz5neM&q=85&s=d9ce05ed6ea68db2c37c6d717a821432" width="1512" height="859" data-path="images/preview.png" />

In this guide, we'll walk you through previewing a color system created with ColorSystem.io. Get insights into how your palette looks and functions before finalizing your design. It's all about exploring and understanding your color choices. 🎨

### 1. Create a Color System

First [create a color system](https://beta.colorsyste.io/new). Once you have your colorsystem, please copy the ColorSystem ID.

<Tip>Here is a list of ColorSystem ID:s that you can test with </Tip>

<Accordion title="Example Color Systems">
  If you just want to test this out without creating a color system of your own you can test with any of these:

  ```txt Barbie Color System Example: theme={null}
  BARBIE
  ```

  ```txt Spotify Color System Example: theme={null}
  SPOTIFY
  ```

  ```txt FedEx Color System Example: theme={null}
  FEDEX
  ```

  ```txt YouTube Color System Example: theme={null}
  YOUTUBE
  ```

  ```txt Kodak Color System Example: theme={null}
  KODAK
  ```

  ```txt IKEA Color System Example: theme={null}
  IKEA
  ```
</Accordion>

### 2. Launch the Preview

Just enter the color system id in the box below and click "Launch Preview"

<iframe className="block dark:hidden" width={"100%"} height={52} src="http://localhost:3000/embeds/preview" />

<iframe className="hidden dark:block" width={"100%"} height={52} src="http://localhost:3000/embeds/preview?darkmode" />

<div
  style={{
display: "flex",
gap: 16,
alignItems: "center",
margin: "24px 0",
}}
>
  <div
    style={{
  display: "block",
  width: "100%",
  height: 1,
  backgroundColor: "currentColor",
}}
  />

  <p style={{ margin: 0 }}>or</p>

  <div
    style={{
  display: "block",
  width: "100%",
  height: 1,
  backgroundColor: "currentColor",
}}
  />
</div>

Just replace `<ColorSystemId>` with your color system id in the link below.

```
https://beta.colorsystem.io/preview/<ColorSystemId>
```

## 3. Toggle Light / Dark Mode

To preview how your site will behave for users with different preferences for dark or light mode, use the Theme Selector component at the top of the preview page.

<Frame caption="Theme is based on user's device settings">
  <img className="block dark:hidden" src="https://mintcdn.com/biggerpixel/9qg7DcjDENcz5neM/images/theme-selector-system-light.png?fit=max&auto=format&n=9qg7DcjDENcz5neM&q=85&s=3eb9023c23f09bfa5f1707270ec49581" width="284" height="77" data-path="images/theme-selector-system-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/biggerpixel/9qg7DcjDENcz5neM/images/theme-selector-system-dark.png?fit=max&auto=format&n=9qg7DcjDENcz5neM&q=85&s=f597ceb7080fc238fc8355dd251d8d78" width="284" height="77" data-path="images/theme-selector-system-dark.png" />
</Frame>

<Frame caption="Dark Mode Manually Set">
  <img src="https://mintcdn.com/biggerpixel/9qg7DcjDENcz5neM/images/theme-selector-dark.png?fit=max&auto=format&n=9qg7DcjDENcz5neM&q=85&s=2c513927e6f0c76598e7ef4798feaa18" width="284" height="77" data-path="images/theme-selector-dark.png" />
</Frame>

<Frame caption="Light Mode Manually Set">
  <img src="https://mintcdn.com/biggerpixel/9qg7DcjDENcz5neM/images/theme-selector-light.png?fit=max&auto=format&n=9qg7DcjDENcz5neM&q=85&s=48478bbc9a56e402f0dc1891d45a2fe0" width="284" height="77" data-path="images/theme-selector-light.png" />
</Frame>
