Sienna#8A6B56
Muted Plum#8D748B
Sage#AAB59A
Palette direction

Cinnamon Natural Warmth Color Palette

The Cinnamon palette harmonizes warm earthy tones with soft botanical accents and gentle neutrals, reflecting the brand's emphasis on natural cycles, fresh comfort, and sensory minimalism. This balanced combination evokes the emotional warmth of cinnamon and seasonal shifts, creating a serene yet inviting identity.

AnalogousFood Beveragenaturalseasonalwarmthcomfort
palette-preview.example
Food Beverage color direction

Cinnamon Natural Warmth Color Palette

The Cinnamon palette harmonizes warm earthy tones with soft botanical accents and gentle neutrals, reflecting the brand's emphasis on natural cycles, fresh comfort, and sensory minimalism. This balanced combination evokes the emotional warmth of cinnamon and seasonal shifts, creating a serene yet inviting identity.

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 Brown #4B4237on Cream #F5F0E78.7:1 Excellent
Logo Cream #F5F0E7on Charcoal Brown #4B42378.7:1 Excellent
Logo Charcoal Brown #4B4237on Mist #BCC9CF5.8:1 Strong
Logo Charcoal Brown #4B4237on Sage #AAB59A4.6:1 Strong
Icon color
BackgroundSienna#8A6B56TextCream#F5F0E7
Primary Button4.28:1
Large text

Best for the main action users should notice first.

BackgroundMuted Plum#8D748BTextCream#F5F0E7
Secondary Button3.70:1
Large text

Useful for softer choices and secondary paths.

BackgroundCream#F5F0E7TextSienna#8A6B56
Outlined Button4.28:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundCream#F5F0E7TextSienna#8A6B56
Text Button4.28:1
Large text

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

Palette composition6 colorsAnalogous color relationship
9:41Cinnamon Natural Warmth Color Palette Color role balance
Analogous 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.

CCinnamon Natural Warmth Color PaletteFood Beverage 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.Sienna #8A6B56
HeadlineUsed for main titles and key messages.Muted Plum #8D748B
LinkUsed for links and interactive text.Sienna #8A6B56

Buttons

Primary Button
BackgroundSienna #8A6B56
TextCream #F5F0E7
Secondary Button
BackgroundMuted Plum #8D748B
TextCream #F5F0E7
Outlined Button
BackgroundSienna #8A6B56
TextSienna #8A6B56

Interface

TextDefault readable body text.Charcoal Brown #4B4237
Bg LightLight page or section background.Cream #F5F0E7
Bg DarkDark page or section background.Mist #BCC9CF
IconSmall interface icons and marks.Sage #AAB59A
BorderCards, inputs, and component borders.Sage #AAB59A
DividerSubtle separators between content.Sage #AAB59A
OutlineFocus rings and emphasis outlines.Sage #AAB59A

Palette Colors

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

Main (Brand) Colors

The main colors of Cinnamon form an analogous palette of warm browns and muted purples harmoniously expressing sensory warmth and seasonal richness.

PrimarySienna

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

Sienna carries the brand's comforting warmth, embodying the rich scent of cinnamon and anchoring the identity with a tactile, natural feel.

HEX#8A6B56
RGB138, 107, 86
HSL24, 23, 44
CMYK0, 22, 38, 46
SecondaryMuted Plum

RolesBtn Secondary Bg, Headline

Muted Plum adds a gentle sophistication and a hint of seasonal depth, balancing warmth with subtle freshness to reflect the brand's poetic nature.

HEX#8D748B
RGB141, 116, 139
HSL305, 10, 50
CMYK0, 18, 1, 45

Support Colors

Support colors are soft botanical hues that quietly reinforce the main palette by adding freshness and lightness without overpowering the sensory warmth.

Sage

RolesIcon, Border, Divider, Outline

Sage introduces a cooling, muted green that hints at early morning freshness, complementing the warmth to produce a natural equilibrium.

HEX#AAB59A
RGB170, 181, 154
HSL84, 15, 66
CMYK6, 0, 15, 29

Neutral Colors

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

Cream

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#F5F0E7
RGB245, 240, 231
HSL39, 41, 93
CMYK0, 2, 6, 4
Mist

RolesBg Dark

HEX#BCC9CF
RGB188, 201, 207
HSL199, 17, 77
CMYK9, 3, 0, 19
Charcoal Brown

RolesText

HEX#4B4237
RGB75, 66, 55
HSL33, 15, 25
CMYK0, 12, 27, 71

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-sienna: #8A6B56;
  --color-muted-plum: #8D748B;
  --color-sage: #AAB59A;
  --color-cream: #F5F0E7;
  --color-mist: #BCC9CF;
  --color-charcoal-brown: #4B4237;
}

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: #8A6B56;
  --role-link: #8A6B56;
  --role-btn-primary-bg: #8A6B56;
  --role-btn-outlined-border: #8A6B56;
  --role-btn-outlined-text: #8A6B56;
  --role-btn-secondary-bg: #8D748B;
  --role-headline: #8D748B;
  --role-icon: #AAB59A;
  --role-border: #AAB59A;
  --role-divider: #AAB59A;
  --role-outline: #AAB59A;
  --role-bg-light: #F5F0E7;
  --role-btn-primary-text: #F5F0E7;
  --role-btn-secondary-text: #F5F0E7;
  --role-bg-dark: #BCC9CF;
  --role-text: #4B4237;
}

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.
{
    "sienna": "#8A6B56",
    "muted-plum": "#8D748B",
    "sage": "#AAB59A",
    "cream": "#F5F0E7",
    "mist": "#BCC9CF",
    "charcoal-brown": "#4B4237"
}
Press Space to load new palette