Tiger Orange#D46A1D
Burnt Sienna#AA5616
Sandy Beige#E3B574
Muted Caramel#C1A47E
Warm Taupe#A17C52
Palette direction

Ginger Cat Warm Color Palette

This palette draws inspiration from the warm, earthy tones and subtle contrasts found in the image of the orange tabby cat, combining comforting orange hues with gentle creams and balanced with soft, natural neutrals for versatile brand use.

MonochromaticNoneorangewarmearthyneutral
palette-preview.example
None color direction

Ginger Cat Warm Color Palette

This palette draws inspiration from the warm, earthy tones and subtle contrasts found in the image of the orange tabby cat, combining comforting orange hues with gentle creams and balanced with soft, natural neutrals for versatile brand use.

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 Dark Chocolate #3C322Fon Sandy Beige #E3B5746.6:1 Strong
Logo Pure White #FFFFFFon Burnt Sienna #AA56165.2:1 Strong
Logo Dark Chocolate #3C322Fon Pure White #FFFFFF12.4:1 Excellent
Logo Pure White #FFFFFFon Dark Chocolate #3C322F12.4:1 Excellent
Icon color
BackgroundTiger Orange#D46A1DTextPure White#FFFFFF
Primary Button3.57:1
Large text

Best for the main action users should notice first.

BackgroundBurnt Sienna#AA5616TextPure White#FFFFFF
Secondary Button5.18:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextBurnt Sienna#AA5616
Outlined Button5.18:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextTiger Orange#D46A1D
Text Button3.57:1
Large text

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

Palette composition8 colorsMonochromatic color relationship
9:41Ginger Cat Warm 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.

CGinger Cat Warm Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors leverage analogous warm hues of orange and red-brown, working harmoniously to provide a cozy and inviting identity that reflects natural warmth and friendliness.

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

Buttons

Primary Button
BackgroundTiger Orange #D46A1D
TextPure White #FFFFFF
Secondary Button
BackgroundBurnt Sienna #AA5616
TextPure White #FFFFFF
Outlined Button
BackgroundBurnt Sienna #AA5616
TextBurnt Sienna #AA5616

Interface

TextDefault readable body text.Dark Chocolate #3C322F
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory Mist #F5F4F2
IconSmall interface icons and marks.Muted Caramel #C1A47E
BorderCards, inputs, and component borders.Muted Caramel #C1A47E
DividerSubtle separators between content.Muted Caramel #C1A47E
OutlineFocus rings and emphasis outlines.Muted Caramel #C1A47E

Palette Colors

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

Main (Brand) Colors

The main colors leverage analogous warm hues of orange and red-brown, working harmoniously to provide a cozy and inviting identity that reflects natural warmth and friendliness.

PrimaryTiger Orange

RolesLogo, Link, Btn Primary Bg, Headline

Tiger Orange brings vibrant energy and warmth, creating an eye-catching and friendly foundation for the brand.

HEX#D46A1D
RGB212, 106, 29
HSL25, 76, 47
CMYK0, 50, 86, 17
SecondaryBurnt Sienna

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Burnt Sienna adds depth and grounding, balancing the brightness of Tiger Orange with mature, earthy vibes.

HEX#AA5616
RGB170, 86, 22
HSL26, 77, 38
CMYK0, 49, 87, 33
TertiarySandy Beige

Sandy Beige offers a soft, natural accent that complements and lightens the richer oranges for legibility and approachability.

HEX#E3B574
RGB227, 181, 116
HSL35, 66, 67
CMYK0, 20, 49, 11

Support Colors

Support colors provide subtle warmth and natural balance, extending the palette with gentle, muted tones that emphasize harmony without overpowering the main colors.

Muted Caramel

RolesIcon, Border, Divider, Outline

Muted Caramel reinforces the warm earthiness while being soft enough to support interfaces and details without dominance.

HEX#C1A47E
RGB193, 164, 126
HSL34, 35, 63
CMYK0, 15, 35, 24
Warm Taupe

Warm Taupe subtly contrasts the main colors, bringing quiet sophistication and balance to the palette.

HEX#A17C52
RGB161, 124, 82
HSL32, 33, 48
CMYK0, 23, 49, 37

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

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

RolesBg Dark

HEX#F5F4F2
RGB245, 244, 242
HSL40, 13, 95
CMYK0, 0, 1, 4
Dark Chocolate

RolesText

HEX#3C322F
RGB60, 50, 47
HSL14, 12, 21
CMYK0, 17, 22, 76

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-tiger-orange: #D46A1D;
  --color-burnt-sienna: #AA5616;
  --color-sandy-beige: #E3B574;
  --color-muted-caramel: #C1A47E;
  --color-warm-taupe: #A17C52;
  --color-pure-white: #FFFFFF;
  --color-ivory-mist: #F5F4F2;
  --color-dark-chocolate: #3C322F;
}

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: #D46A1D;
  --role-link: #D46A1D;
  --role-btn-primary-bg: #D46A1D;
  --role-headline: #D46A1D;
  --role-btn-secondary-bg: #AA5616;
  --role-btn-outlined-border: #AA5616;
  --role-btn-outlined-text: #AA5616;
  --role-icon: #C1A47E;
  --role-border: #C1A47E;
  --role-divider: #C1A47E;
  --role-outline: #C1A47E;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F4F2;
  --role-text: #3C322F;
}

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.
{
    "tiger-orange": "#D46A1D",
    "burnt-sienna": "#AA5616",
    "sandy-beige": "#E3B574",
    "muted-caramel": "#C1A47E",
    "warm-taupe": "#A17C52",
    "pure-white": "#FFFFFF",
    "ivory-mist": "#F5F4F2",
    "dark-chocolate": "#3C322F"
}
Press Space to load new palette