Crimson Red#D84511
Amber Orange#FDA930
Teal Blue#0F749F
Burnt Sienna#E6793D
Slate Blue#3E8AA6
Palette direction

Vibrant Warm Cool Color Palette

This palette combines vibrant warm tones with calm, cool blues to capture the energy and contrast in the image. The bright reds and oranges provide a strong, memorable brand presence, while the deep blue sky anchors the palette with calm authority. Support colors are muted shades derived from the main colors to enhance usability, and neutrals provide balance and readability.

ComplementaryCreativevibrantwarmcoolcontrast
palette-preview.example
Creative color direction

Vibrant Warm Cool Color Palette

This palette combines vibrant warm tones with calm, cool blues to capture the energy and contrast in the image. The bright reds and oranges provide a strong, memorable brand presence, while the deep blue sky anchors the palette with calm authority. Support colors are muted shades derived from the main colors to enhance usability, and neutrals provide balance 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 Near Black #121212on Amber Orange #FDA9309.7:1 Excellent
Logo Ivory #F9F6F1on Teal Blue #0F749F4.8:1 Strong
Logo Near Black #121212on Ivory #F9F6F117.4:1 Excellent
Logo Ivory #F9F6F1on Near Black #12121217.4:1 Excellent
Icon color
BackgroundCrimson Red#D84511TextNear Black#121212
Primary Button4.26:1
Large text

Best for the main action users should notice first.

BackgroundAmber Orange#FDA930TextNear Black#121212
Secondary Button9.72:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#F9F6F1TextCrimson Red#D84511
Outlined Button4.08:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F9F6F1TextAmber Orange#FDA930
Text Button1.79:1
Low

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

Palette composition8 colorsComplementary color relationship
9:41Vibrant Warm Cool 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.

CVibrant Warm Cool Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors harmonize contrasting warm and cool tones, with vivid red-orange and bright yellow-orange balanced by a deep teal blue, making a striking, memorable combination.

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.Crimson Red #D84511
HeadlineUsed for main titles and key messages.Amber Orange #FDA930
LinkUsed for links and interactive text.Amber Orange #FDA930

Buttons

Primary Button
BackgroundCrimson Red #D84511
TextNear Black #121212
Secondary Button
BackgroundAmber Orange #FDA930
TextNear Black #121212
Outlined Button
BackgroundCrimson Red #D84511
TextCrimson Red #D84511

Interface

TextDefault readable body text.Near Black #121212
Bg LightLight page or section background.Ivory #F9F6F1
Bg DarkDark page or section background.Near Black #121212
IconSmall interface icons and marks.Burnt Sienna #E6793D
BorderCards, inputs, and component borders.Burnt Sienna #E6793D
DividerSubtle separators between content.Burnt Sienna #E6793D
OutlineFocus rings and emphasis outlines.Burnt Sienna #E6793D

Palette Colors

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

Main (Brand) Colors

The main colors harmonize contrasting warm and cool tones, with vivid red-orange and bright yellow-orange balanced by a deep teal blue, making a striking, memorable combination.

PrimaryCrimson Red

RolesLogo, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text

This intense crimson red commands attention and energizes the brand presence.

HEX#D84511
RGB216, 69, 17
HSL16, 85, 46
CMYK0, 68, 92, 15
SecondaryAmber Orange

RolesLink, Btn Secondary Bg, Headline

Bright and lively amber orange brings warmth and positivity, reinforcing friendly communication.

HEX#FDA930
RGB253, 169, 48
HSL35, 98, 59
CMYK0, 33, 81, 1
TertiaryTeal Blue

Deep teal blue adds calm sophistication and balances the warmth with a grounded cool accent.

HEX#0F749F
RGB15, 116, 159
HSL198, 83, 34
CMYK91, 27, 0, 38

Support Colors

Support colors extend the main palette with softer and muted variations, providing visual relief and flexibility without competing for attention.

Burnt Sienna

RolesIcon, Border, Divider, Outline

Burnt sienna warms up the visual system subtly and complements the amber orange without overpowering.

HEX#E6793D
RGB230, 121, 61
HSL21, 77, 57
CMYK0, 47, 73, 10
Slate Blue

Slate blue supports the teal with a muted, softer tone that helps balance the palette with understated calm.

HEX#3E8AA6
RGB62, 138, 166
HSL196, 46, 45
CMYK63, 17, 0, 35

Neutral Colors

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

Ivory

RolesBg Light

HEX#F9F6F1
RGB249, 246, 241
HSL38, 40, 96
CMYK0, 1, 3, 2
Charcoal
HEX#222222
RGB34, 34, 34
HSL0, 0, 13
CMYK0, 0, 0, 87
Near Black

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#121212
RGB18, 18, 18
HSL0, 0, 7
CMYK0, 0, 0, 93

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-crimson-red: #D84511;
  --color-amber-orange: #FDA930;
  --color-teal-blue: #0F749F;
  --color-burnt-sienna: #E6793D;
  --color-slate-blue: #3E8AA6;
  --color-ivory: #F9F6F1;
  --color-charcoal: #222222;
  --color-near-black: #121212;
}

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: #D84511;
  --role-btn-primary-bg: #D84511;
  --role-btn-outlined-border: #D84511;
  --role-btn-outlined-text: #D84511;
  --role-link: #FDA930;
  --role-btn-secondary-bg: #FDA930;
  --role-headline: #FDA930;
  --role-icon: #E6793D;
  --role-border: #E6793D;
  --role-divider: #E6793D;
  --role-outline: #E6793D;
  --role-bg-light: #F9F6F1;
  --role-bg-dark: #121212;
  --role-text: #121212;
  --role-btn-primary-text: #121212;
  --role-btn-secondary-text: #121212;
}

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.
{
    "crimson-red": "#D84511",
    "amber-orange": "#FDA930",
    "teal-blue": "#0F749F",
    "burnt-sienna": "#E6793D",
    "slate-blue": "#3E8AA6",
    "ivory": "#F9F6F1",
    "charcoal": "#222222",
    "near-black": "#121212"
}
Press Space to load new palette