Espresso Brown#4B3621
Walnut#A97458
Caramel#D6A96C
Taupe#856D52
Palette direction

Espresso Cream Tiramisu Color Palette

This palette combines warm and appetizing tones reminiscent of tiramisu's rich ingredients, creating a recognizable and inviting system that highlights the product's indulgent and comforting qualities.

MonochromaticFood Beveragetiramisufooddessertwarm tones
palette-preview.example
Food Beverage color direction

Espresso Cream Tiramisu Color Palette

This palette combines warm and appetizing tones reminiscent of tiramisu's rich ingredients, creating a recognizable and inviting system that highlights the product's indulgent and comforting qualities.

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 Ivory #FFFFFFon Espresso Brown #4B362111.4:1 Excellent
Logo Charcoal #2F2F2Fon Caramel #D6A96C6.2:1 Strong
Logo Charcoal #2F2F2Fon Ivory #FFFFFF13.4:1 Excellent
Logo Ivory #FFFFFFon Taupe #856D524.9:1 Strong
Icon color
BackgroundEspresso Brown#4B3621TextIvory#FFFFFF
Primary Button11.36:1
AAA

Best for the main action users should notice first.

BackgroundWalnut#A97458TextIvory#FFFFFF
Secondary Button3.94:1
Large text

Useful for softer choices and secondary paths.

BackgroundIvory#FFFFFFTextEspresso Brown#4B3621
Outlined Button11.36:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#FFFFFFTextEspresso Brown#4B3621
Text Button11.36:1
AAA

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

Palette composition7 colorsMonochromatic color relationship
9:41Espresso Cream Tiramisu 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.

CEspresso Cream Tiramisu Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors reflect the warm, comforting hues of tiramisu ingredients, using espresso brown, soft walnut, and creamy caramel to evoke a rich, appetizing atmosphere that is both distinctive and harmonious.

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.Espresso Brown #4B3621
HeadlineUsed for main titles and key messages.Walnut #A97458
LinkUsed for links and interactive text.Espresso Brown #4B3621

Buttons

Primary Button
BackgroundEspresso Brown #4B3621
TextIvory #FFFFFF
Secondary Button
BackgroundWalnut #A97458
TextIvory #FFFFFF
Outlined Button
BackgroundEspresso Brown #4B3621
TextEspresso Brown #4B3621

Interface

TextDefault readable body text.Charcoal #2F2F2F
Bg LightLight page or section background.Ivory #FFFFFF
Bg DarkDark page or section background.Cream #FAF5F0
IconSmall interface icons and marks.Taupe #856D52
BorderCards, inputs, and component borders.Taupe #856D52
DividerSubtle separators between content.Taupe #856D52
OutlineFocus rings and emphasis outlines.Taupe #856D52

Palette Colors

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

Main (Brand) Colors

The main colors reflect the warm, comforting hues of tiramisu ingredients, using espresso brown, soft walnut, and creamy caramel to evoke a rich, appetizing atmosphere that is both distinctive and harmonious.

PrimaryEspresso Brown

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

Espresso Brown grounds the brand with a deep, rich tone evoking coffee's warmth and intensity, perfect for anchor roles like the logo and primary buttons.

HEX#4B3621
RGB75, 54, 33
HSL30, 39, 21
CMYK0, 28, 56, 71
SecondaryWalnut

RolesBtn Secondary Bg, Headline

Walnut offers a softer, inviting brown that complements the espresso while providing a warm backdrop for secondary buttons and headlines.

HEX#A97458
RGB169, 116, 88
HSL21, 32, 50
CMYK0, 31, 48, 34
TertiaryCaramel

Caramel adds a radiant, sweet highlight tone that energizes link elements and enhances visual interest without overpowering.

HEX#D6A96C
RGB214, 169, 108
HSL35, 56, 63
CMYK0, 21, 50, 16

Support Colors

These support colors extend the main palette with muted, harmonious shades that enhance the visual structure and maintain a warm, appetizing feel without distraction.

Taupe

RolesIcon, Border, Divider, Outline

Taupe provides neutral yet warm support for icons, borders, and structural elements, balancing the richer browns with softness.

HEX#856D52
RGB133, 109, 82
HSL32, 24, 42
CMYK0, 18, 38, 48

Neutral Colors

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

Ivory

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Cream

RolesBg Dark

HEX#FAF5F0
RGB250, 245, 240
HSL30, 50, 96
CMYK0, 2, 4, 2
Charcoal

RolesText

HEX#2F2F2F
RGB47, 47, 47
HSL0, 0, 18
CMYK0, 0, 0, 82

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-espresso-brown: #4B3621;
  --color-walnut: #A97458;
  --color-caramel: #D6A96C;
  --color-taupe: #856D52;
  --color-ivory: #FFFFFF;
  --color-cream: #FAF5F0;
  --color-charcoal: #2F2F2F;
}

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: #4B3621;
  --role-link: #4B3621;
  --role-btn-primary-bg: #4B3621;
  --role-btn-outlined-border: #4B3621;
  --role-btn-outlined-text: #4B3621;
  --role-btn-secondary-bg: #A97458;
  --role-headline: #A97458;
  --role-icon: #856D52;
  --role-border: #856D52;
  --role-divider: #856D52;
  --role-outline: #856D52;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #FAF5F0;
  --role-text: #2F2F2F;
}

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.
{
    "espresso-brown": "#4B3621",
    "walnut": "#A97458",
    "caramel": "#D6A96C",
    "taupe": "#856D52",
    "ivory": "#FFFFFF",
    "cream": "#FAF5F0",
    "charcoal": "#2F2F2F"
}
Press Space to load new palette