---
title: "Update colors"
method: PUT
path: "/v4/account/colors"
tags: ["Accounts"]
---

# Update colors

`PUT /v4/account/colors`

Replaces the account's brand color palette with the provided array of up to 10 hex codes and returns the updated list.

**Note:** this overwrites the entire palette rather than appending — include every color you want to keep. Returns `422` when a color code is invalid.

## Request body

- object
  - `colors` string[], required — An array of up to 10 color hex codes

## Response `200`

Updates and 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
- `422` — Returns a 422 with an error message when invalid color code is provided

---

[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)
