# Color Presets

We offer a selection of pre-designed color presets for you to choose from. Below are **10 professional color presets**, each designed for different FiveM RP styles. All presets are **ready to paste** into `Config.Colors`.

### 1. Midnight Steel

Dark, clean, and professional. Ideal for serious RP servers.

```lua
Config.Colors = {
    PrimaryBackground   = "#0B0F14",
    SecondaryBackground = "#121826",
    AccentColor         = "#3A7BD5",
    TextColor           = "#E4E7EC",
    HeaderColor         = "#B8C1D9",
    ButtonHover         = "#1B2433",
    SuccessColor        = "#5FA8FF",
    DangerColor         = "#FF6B6B",
    BorderColor         = "#2A3242",
}
```

***

### 2. Royal Purple

Modern, premium, and visually striking.

```lua
Config.Colors = {
    PrimaryBackground   = "#0E0A14",
    SecondaryBackground = "#1A1326",
    AccentColor         = "#8B5CF6",
    TextColor           = "#EDE9FE",
    HeaderColor         = "#C4B5FD",
    ButtonHover         = "#2A1F3D",
    SuccessColor        = "#A78BFA",
    DangerColor         = "#F87171",
    BorderColor         = "#3B2E5A",
}
```

***

### 3. Tactical Blue

Government, police, and EMS-focused servers.

```lua
Config.Colors = {
    PrimaryBackground   = "#0A111A",
    SecondaryBackground = "#101B2B",
    AccentColor         = "#1F6AE1",
    TextColor           = "#E5ECF5",
    HeaderColor         = "#C7D3E6",
    ButtonHover         = "#182640",
    SuccessColor        = "#4DA3FF",
    DangerColor         = "#FF4D4D",
    BorderColor         = "#263A55",
}
```

***

### 4. Carbon Red

Aggressive tone for crime-heavy RP.

```lua
Config.Colors = {
    PrimaryBackground   = "#0F0B0B",
    SecondaryBackground = "#1A1111",
    AccentColor         = "#E11D48",
    TextColor           = "#FEE2E2",
    HeaderColor         = "#FCA5A5",
    ButtonHover         = "#2B1515",
    SuccessColor        = "#FB7185",
    DangerColor         = "#DC2626",
    BorderColor         = "#3A1F1F",
}
```

***

### 5. Emerald Night

Balanced, clean, and versatile.

```lua
Config.Colors = {
    PrimaryBackground   = "#0B1411",
    SecondaryBackground = "#12201A",
    AccentColor         = "#10B981",
    TextColor           = "#ECFDF5",
    HeaderColor         = "#A7F3D0",
    ButtonHover         = "#1B2E26",
    SuccessColor        = "#34D399",
    DangerColor         = "#F87171",
    BorderColor         = "#2F4F45",
}
```

***

### 6. Obsidian Gold

Luxury and executive-style RP.

```lua
Config.Colors = {
    PrimaryBackground   = "#0A0A0A",
    SecondaryBackground = "#141414",
    AccentColor         = "#D4AF37",
    TextColor           = "#F5F5F5",
    HeaderColor         = "#E6D8A3",
    ButtonHover         = "#1F1F1F",
    SuccessColor        = "#EAD27A",
    DangerColor         = "#FF6B6B",
    BorderColor         = "#2E2E2E",
}
```

***

### 7. Neon Cyan

Tech-focused, futuristic RP servers.

```lua
Config.Colors = {
    PrimaryBackground   = "#050B10",
    SecondaryBackground = "#0B1A26",
    AccentColor         = "#22D3EE",
    TextColor           = "#ECFEFF",
    HeaderColor         = "#A5F3FC",
    ButtonHover         = "#123040",
    SuccessColor        = "#67E8F9",
    DangerColor         = "#FB7185",
    BorderColor         = "#1F3A4A",
}
```

***

### 8. Desert Sand

Civilian-focused or realism servers.

```lua
Config.Colors = {
    PrimaryBackground   = "#12100D",
    SecondaryBackground = "#1E1A15",
    AccentColor         = "#D6B36A",
    TextColor           = "#FAF7F2",
    HeaderColor         = "#EAD9B0",
    ButtonHover         = "#2A241D",
    SuccessColor        = "#E4C988",
    DangerColor         = "#EF4444",
    BorderColor         = "#3A3328",
}
```

***

### 9. Forest Command

Military, ranger, or tactical RP.

```lua
Config.Colors = {
    PrimaryBackground   = "#0B120E",
    SecondaryBackground = "#141F18",
    AccentColor         = "#4D7C0F",
    TextColor           = "#ECFDF5",
    HeaderColor         = "#BBF7D0",
    ButtonHover         = "#1E2F24",
    SuccessColor        = "#65A30D",
    DangerColor         = "#F87171",
    BorderColor         = "#2F4F3E",
}
```

***

### 10. Slate Mono

Minimalistic, neutral, and clean UI.

```lua
Config.Colors = {
    PrimaryBackground   = "#0F1115",
    SecondaryBackground = "#161A22",
    AccentColor         = "#94A3B8",
    TextColor           = "#E5E7EB",
    HeaderColor         = "#CBD5E1",
    ButtonHover         = "#1F2430",
    SuccessColor        = "#A5B4FC",
    DangerColor         = "#F87171",
    BorderColor         = "#2A2F3A",
}
```

***
