---
title: "List colors"
method: GET
path: "/v4/account/colors"
tags: ["Accounts"]
---

# List colors

`GET /v4/account/colors`

Returns the account's saved brand color palette as an array of hex codes (up to 10). These are the colors available in Kit's editors for emails, forms, and landing pages. To change the palette, use [Update colors](/api-reference/accounts/update-colors).

## Response `200`

Returns list of colors for the current account

- object
  - `colors` string[], required

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated

---

[API](https://skmtc.dev/kit/apis/kit-api.md) · [All operations](https://skmtc.dev/kit/apis/kit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kit/kit-api/revisions/0df0c90d12da/schema)
