Coral Orange#FF7F32
Light Apricot#FFD480
Rich Cocoa#5A3E2B
Muted Sand#B38B6D
Palette direction

Warm Orange Creative Color Palette

This palette captures the vibrant and warm energy of the orange hues combined with neutral, grounded tones to create a balanced yet dynamic visual identity. The main colors emphasize warmth, creativity, and approachability, supported by subtle earthy and muted neutrals for versatility and readability.

MonochromaticCreativeorangewarmcreativevibrant
palette-preview.example
Creative color direction

Warm Orange Creative Color Palette

This palette captures the vibrant and warm energy of the orange hues combined with neutral, grounded tones to create a balanced yet dynamic visual identity. The main colors emphasize warmth, creativity, and approachability, supported by subtle earthy and muted neutrals for versatility and readability.

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 Pure White #FFFFFFon Rich Cocoa #5A3E2B9.7:1 Excellent
Logo Dark Charcoal #3B2F2Fon Light Apricot #FFD4809.2:1 Excellent
Logo Dark Charcoal #3B2F2Fon Coral Orange #FF7F325.1:1 Strong
Logo Dark Charcoal #3B2F2Fon Pure White #FFFFFF12.9:1 Excellent
Icon color
BackgroundCoral Orange#FF7F32TextDark Charcoal#3B2F2F
Primary Button5.10:1
AA

Best for the main action users should notice first.

BackgroundLight Apricot#FFD480TextDark Charcoal#3B2F2F
Secondary Button9.17:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextLight Apricot#FFD480
Outlined Button1.40:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextCoral Orange#FF7F32
Text Button2.52:1
Low

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

Palette composition7 colorsMonochromatic color relationship
9:41Warm Orange Creative Color Palette Color role balance
Monochromatic 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.

CWarm Orange Creative Color PaletteCreative brand direction ColorFly.design
Strategic palette preview

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.Coral Orange #FF7F32
HeadlineUsed for main titles and key messages.Coral Orange #FF7F32
LinkUsed for links and interactive text.Coral Orange #FF7F32

Buttons

Primary Button
BackgroundCoral Orange #FF7F32
TextDark Charcoal #3B2F2F
Secondary Button
BackgroundLight Apricot #FFD480
TextDark Charcoal #3B2F2F
Outlined Button
BackgroundLight Apricot #FFD480
TextLight Apricot #FFD480

Interface

TextDefault readable body text.Dark Charcoal #3B2F2F
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Soft Ivory #F4E6D7
IconSmall interface icons and marks.Muted Sand #B38B6D
BorderCards, inputs, and component borders.Muted Sand #B38B6D
DividerSubtle separators between content.Muted Sand #B38B6D
OutlineFocus rings and emphasis outlines.Muted Sand #B38B6D

Palette Colors

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

Main (Brand) Colors

The main colors are warm and energetic shades of orange and complementary deep brownish tones, creating a recognizable, inviting, and cohesive system.

PrimaryCoral Orange

RolesLogo, Link, Btn Primary Bg, Headline

Coral Orange energizes the palette with its bold vibrancy and warmth, evoking creativity and youthful enthusiasm.

HEX#FF7F32
RGB255, 127, 50
HSL23, 100, 60
CMYK0, 50, 80, 0
SecondaryLight Apricot

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Light Apricot provides a soft, approachable contrast, balancing the bold orange and enhancing readability and friendliness.

HEX#FFD480
RGB255, 212, 128
HSL40, 100, 75
CMYK0, 17, 50, 0
TertiaryRich Cocoa

Rich Cocoa offers deep contrast and grounding, improving legibility on lighter button backgrounds while adding warmth and sophistication.

HEX#5A3E2B
RGB90, 62, 43
HSL24, 35, 26
CMYK0, 31, 52, 65

Support Colors

The support colors extend the main palette with softer, muted earthy tones that complement orange without overpowering it, providing subtle accents and versatility for interactive elements and icons.

Muted Sand

RolesIcon, Border, Divider, Outline

Muted Sand gently supports the palette with an understated earthy tone, blending harmoniously with the warm main colors to create depth without distraction.

HEX#B38B6D
RGB179, 139, 109
HSL26, 32, 56
CMYK0, 22, 39, 30

Neutral Colors

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

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Ivory

RolesBg Dark

HEX#F4E6D7
RGB244, 230, 215
HSL31, 57, 90
CMYK0, 6, 12, 4
Dark Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#3B2F2F
RGB59, 47, 47
HSL0, 11, 21
CMYK0, 20, 20, 77

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-coral-orange: #FF7F32;
  --color-light-apricot: #FFD480;
  --color-rich-cocoa: #5A3E2B;
  --color-muted-sand: #B38B6D;
  --color-pure-white: #FFFFFF;
  --color-soft-ivory: #F4E6D7;
  --color-dark-charcoal: #3B2F2F;
}

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: #FF7F32;
  --role-link: #FF7F32;
  --role-btn-primary-bg: #FF7F32;
  --role-headline: #FF7F32;
  --role-btn-secondary-bg: #FFD480;
  --role-btn-outlined-border: #FFD480;
  --role-btn-outlined-text: #FFD480;
  --role-icon: #B38B6D;
  --role-border: #B38B6D;
  --role-divider: #B38B6D;
  --role-outline: #B38B6D;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F4E6D7;
  --role-text: #3B2F2F;
  --role-btn-primary-text: #3B2F2F;
  --role-btn-secondary-text: #3B2F2F;
}

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.
{
    "coral-orange": "#FF7F32",
    "light-apricot": "#FFD480",
    "rich-cocoa": "#5A3E2B",
    "muted-sand": "#B38B6D",
    "pure-white": "#FFFFFF",
    "soft-ivory": "#F4E6D7",
    "dark-charcoal": "#3B2F2F"
}
Press Space to load new palette