Emerald#10A37F
Teal#0F766E
Coral#E76F51
Sage#4C6A5A
Slate Blue#8A9BA8
Palette direction

Chatgpt Inspired Tech Color Palette

This palette borrows ChatGPT’s calm, intelligent feel without copying it, pairing a fresh green core with a deep teal-blue and a warm coral accent for clearer hierarchy. The neutrals stay clean and highly usable so the system feels modern in product UI, marketing, and brand surfaces.

ComplementaryTechaichatbotsaasproduct-ui
palette-preview.example
Tech color direction

Chatgpt Inspired Tech Color Palette

This palette borrows ChatGPT’s calm, intelligent feel without copying it, pairing a fresh green core with a deep teal-blue and a warm coral accent for clearer hierarchy. The neutrals stay clean and highly usable so the system feels modern in product UI, marketing, and brand surfaces.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Charcoal #111827on Coral #E76F515.7:1 Strong
Logo Charcoal #111827on Emerald #10A37F5.5:1 Strong
Logo White #FFFFFFon Teal #0F766E5.5:1 Strong
Logo Charcoal #111827on White #FFFFFF17.7:1 Excellent
Icon color
BackgroundEmerald#10A37FTextCharcoal#111827
Primary Button5.55:1
AA

Best for the main action users should notice first.

BackgroundTeal#0F766ETextWhite#FFFFFF
Secondary Button5.47:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCoral#E76F51
Outlined Button3.09:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextTeal#0F766E
Text Button5.47:1
AA

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsComplementary color relationship
9:41Chatgpt Inspired Tech Color Palette Color role balance
Complementary system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CChatgpt Inspired Tech Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a recognizable AI green with a deep teal-blue and a restrained coral accent, creating a balanced system that feels intelligent, approachable, and product-ready. The relationship is distinct enough for brand recognition while staying flexible across interface states and marketing layouts.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Emerald #10A37F
HeadlineUsed for main titles and key messages.Emerald #10A37F
LinkUsed for links and interactive text.Teal #0F766E

Buttons

Primary Button
BackgroundEmerald #10A37F
TextCharcoal #111827
Secondary Button
BackgroundTeal #0F766E
TextWhite #FFFFFF
Outlined Button
BackgroundCoral #E76F51
TextCoral #E76F51

Interface

TextDefault readable body text.Charcoal #111827
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111827
IconSmall interface icons and marks.Sage #4C6A5A
BorderCards, inputs, and component borders.Sage #4C6A5A
DividerSubtle separators between content.Slate Blue #8A9BA8
OutlineFocus rings and emphasis outlines.Slate Blue #8A9BA8

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors combine a recognizable AI green with a deep teal-blue and a restrained coral accent, creating a balanced system that feels intelligent, approachable, and product-ready. The relationship is distinct enough for brand recognition while staying flexible across interface states and marketing layouts.

PrimaryEmerald

RolesLogo, Btn Primary Bg, Headline

Emerald carries the core ChatGPT-inspired recognition and gives the brand an immediate sense of clarity and intelligence.

HEX#10A37F
RGB16, 163, 127
HSL165, 82, 35
CMYK90, 0, 22, 36
SecondaryTeal

RolesLink, Btn Secondary Bg

Teal adds depth and trust, supporting navigation and secondary actions without competing with the primary green.

HEX#0F766E
RGB15, 118, 110
HSL175, 77, 26
CMYK87, 0, 7, 54
TertiaryCoral

RolesBtn Outlined Border, Btn Outlined Text

Coral introduces a warm contrast that helps outlined actions stand apart while keeping the palette human and energetic.

HEX#E76F51
RGB231, 111, 81
HSL12, 76, 61
CMYK0, 52, 65, 9

Support Colors

The support colors extend the green-teal system with quieter accents that improve structure and usability. They stay subdued so the palette remains clearly centered on the main AI-inspired hues.

Sage

RolesIcon, Border

Sage softens the interface edges and reinforces the organic, assistive feel of the core greens.

HEX#4C6A5A
RGB76, 106, 90
HSL148, 16, 36
CMYK28, 0, 15, 58
Slate Blue

RolesDivider, Outline

Slate Blue provides a cool structural note that keeps separators and outlines crisp without drawing focus away from the main palette.

HEX#8A9BA8
RGB138, 155, 168
HSL206, 15, 60
CMYK18, 8, 0, 34

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F4F7F5
RGB244, 247, 245
HSL140, 16, 96
CMYK1, 0, 1, 3
Charcoal

RolesBg Dark, Text, Btn Primary Text

HEX#111827
RGB17, 24, 39
HSL221, 39, 11
CMYK56, 38, 0, 85

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-emerald: #10A37F;
  --color-teal: #0F766E;
  --color-coral: #E76F51;
  --color-sage: #4C6A5A;
  --color-slate-blue: #8A9BA8;
  --color-white: #FFFFFF;
  --color-ivory: #F4F7F5;
  --color-charcoal: #111827;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #10A37F;
  --role-btn-primary-bg: #10A37F;
  --role-headline: #10A37F;
  --role-link: #0F766E;
  --role-btn-secondary-bg: #0F766E;
  --role-btn-outlined-border: #E76F51;
  --role-btn-outlined-text: #E76F51;
  --role-icon: #4C6A5A;
  --role-border: #4C6A5A;
  --role-divider: #8A9BA8;
  --role-outline: #8A9BA8;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #111827;
  --role-text: #111827;
  --role-btn-primary-text: #111827;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "emerald": "#10A37F",
    "teal": "#0F766E",
    "coral": "#E76F51",
    "sage": "#4C6A5A",
    "slate-blue": "#8A9BA8",
    "white": "#FFFFFF",
    "ivory": "#F4F7F5",
    "charcoal": "#111827"
}
Press Space to load new palette