> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-feature-react-native-flag-and-channel.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Color Resources

## Introduction

The **Chat UI Kit** features a carefully crafted **color palette** designed for a **consistent and visually appealing** user experience. It follows the **Block, Element, Modifier (BEM)** methodology, ensuring **scalable styling** and easy **customization** by overriding the Kit’s CSS variables.

***

## Color Palette

The **primary color** defines key actions, branding, and UI elements, while the **extended primary palette** provides variations for supporting components.

### **Primary Color**

#### **Light Mode**

<Frame>
  <img src="https://mintcdn.com/cometchat-22654f5b-feature-react-native-flag-and-channel/EjZkIslVsgeTB5sQ/images/329064e0-color_resources_primary_color_light_mode-a4c89cc5a4355cb52f5ce09be70ceea4.png?fit=max&auto=format&n=EjZkIslVsgeTB5sQ&q=85&s=970887eb648aff2bf62f2b730b1c65b4" width="1282" height="802" data-path="images/329064e0-color_resources_primary_color_light_mode-a4c89cc5a4355cb52f5ce09be70ceea4.png" />
</Frame>

```python theme={null}
--cometchat-primary-color: #6852d6;
--cometchat-extended-primary-color-50: #f9f8fd;
--cometchat-extended-primary-color-100: #edeafa;
--cometchat-extended-primary-color-200: #dcd7f6;
--cometchat-extended-primary-color-300: #ccc4f1;
--cometchat-extended-primary-color-400: #bbb1ed;
--cometchat-extended-primary-color-500: #aa9ee8;
--cometchat-extended-primary-color-600: #9a8be4;
--cometchat-extended-primary-color-700: #8978df;
--cometchat-extended-primary-color-800: #7965db;
--cometchat-extended-primary-color-900: #5d49be;
```

***

#### **Dark Mode**

<Frame>
  <img src="https://mintcdn.com/cometchat-22654f5b-feature-react-native-flag-and-channel/sxlY2D1UjNLoi0bb/images/1a351be5-color_resources_primary_color_dark_mode-ad041848a2ccb280a23b81196bd70241.png?fit=max&auto=format&n=sxlY2D1UjNLoi0bb&q=85&s=51713aeab5d093d78503201a80498f3b" width="1282" height="802" data-path="images/1a351be5-color_resources_primary_color_dark_mode-ad041848a2ccb280a23b81196bd70241.png" />
</Frame>

```python theme={null}
--cometchat-primary-color: #6852d6;
--cometchat-extended-primary-color-50: #15102b;
--cometchat-extended-primary-color-100: #1d173c;
--cometchat-extended-primary-color-200: #251e4d;
--cometchat-extended-primary-color-300: #2e245e;
--cometchat-extended-primary-color-400: #362b6f;
--cometchat-extended-primary-color-500: #3e3180;
--cometchat-extended-primary-color-600: #473892;
--cometchat-extended-primary-color-700: #4f3ea3;
--cometchat-extended-primary-color-800: #5745b4;
--cometchat-extended-primary-color-900: #7460d9;
```

### **Extended Primary Colors**

#### **Light Mode**

<Frame>
  <img src="https://mintcdn.com/cometchat-22654f5b-feature-react-native-flag-and-channel/wGP2CMaHk-qbK8IJ/images/e0e0442e-color_resources_extended_primary_color_light_mode-da639cfd64903321d4b586eeae6a7959.png?fit=max&auto=format&n=wGP2CMaHk-qbK8IJ&q=85&s=16a98e26f4a88b1e39785810098212fb" width="1282" height="641" data-path="images/e0e0442e-color_resources_extended_primary_color_light_mode-da639cfd64903321d4b586eeae6a7959.png" />
</Frame>

#### **Dark Mode**

<Frame>
  <img src="https://mintcdn.com/cometchat-22654f5b-feature-react-native-flag-and-channel/B-0jj04BHaQLAZpB/images/b8b4d7ab-color_resources_extended_primary_color_dark_mode-8a814c0ae318b8784f3f5cdfa681237c.png?fit=max&auto=format&n=B-0jj04BHaQLAZpB&q=85&s=bc38678b3173c40893824c19d68139b7" width="1278" height="715" data-path="images/b8b4d7ab-color_resources_extended_primary_color_dark_mode-8a814c0ae318b8784f3f5cdfa681237c.png" />
</Frame>
