Pumpkin Orange#E26A2C
Goldenrod#D4842B
Burnt Sienna#B6732D
Olive Green#8A9A5B
Sandy Brown#A97E3D
Palette direction

Cape Gooseberry Organic Color Palette

This palette is inspired by the warm, natural hues of ripened cape gooseberries seen in the image, blending rich oranges, muted greens, and soft browns with earthy neutrals to create an inviting and organic color system.

MonochromaticFood Beverageorangewarmearthyorganic
palette-preview.example
Food Beverage color direction

Cape Gooseberry Organic Color Palette

This palette is inspired by the warm, natural hues of ripened cape gooseberries seen in the image, blending rich oranges, muted greens, and soft browns with earthy neutrals to create an inviting and organic color system.

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 Brown #3E2F1Con Pure White #FFFFFF12.9:1 Excellent
Logo Pure White #FFFFFFon Dark Brown #3E2F1C12.9:1 Excellent
Icon color
BackgroundPumpkin Orange#E26A2CTextDark Brown#3E2F1C
Primary Button3.89:1
Large text

Best for the main action users should notice first.

BackgroundGoldenrod#D4842BTextDark Brown#3E2F1C
Secondary Button4.38:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextBurnt Sienna#B6732D
Outlined Button3.83:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextPumpkin Orange#E26A2C
Text Button3.32:1
Large text

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

Palette composition8 colorsMonochromatic color relationship
9:41Cape Gooseberry Organic 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.

CCape Gooseberry Organic Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors are warm and analogous shades of orange and yellow-orange that harmonize naturally and evoke the fresh, vibrant energy of ripe cape gooseberries.

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.Pumpkin Orange #E26A2C
HeadlineUsed for main titles and key messages.Goldenrod #D4842B
LinkUsed for links and interactive text.Pumpkin Orange #E26A2C

Buttons

Primary Button
BackgroundPumpkin Orange #E26A2C
TextDark Brown #3E2F1C
Secondary Button
BackgroundGoldenrod #D4842B
TextDark Brown #3E2F1C
Outlined Button
BackgroundBurnt Sienna #B6732D
TextBurnt Sienna #B6732D

Interface

TextDefault readable body text.Dark Brown #3E2F1C
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory #FAF3E8
IconSmall interface icons and marks.Olive Green #8A9A5B
BorderCards, inputs, and component borders.Olive Green #8A9A5B
DividerSubtle separators between content.Olive Green #8A9A5B
OutlineFocus rings and emphasis outlines.Olive Green #8A9A5B

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 analogous shades of orange and yellow-orange that harmonize naturally and evoke the fresh, vibrant energy of ripe cape gooseberries.

PrimaryPumpkin Orange

RolesLogo, Btn Primary Bg, Link

Pumpkin Orange provides a bold, appetizing tone perfect for brand recognition and primary call-to-action elements.

HEX#E26A2C
RGB226, 106, 44
HSL20, 76, 53
CMYK0, 53, 81, 11
SecondaryGoldenrod

RolesBtn Secondary Bg, Headline

Goldenrod adds warmth and brightness to secondary elements, complementing the primary orange without overpowering.

HEX#D4842B
RGB212, 132, 43
HSL32, 66, 50
CMYK0, 38, 80, 17
TertiaryBurnt Sienna

RolesBtn Outlined Border, Btn Outlined Text

Burnt Sienna delivers a subtle, earthy contrast useful for outlined button borders and text, grounding the vibrancy of the palette.

HEX#B6732D
RGB182, 115, 45
HSL31, 60, 45
CMYK0, 37, 75, 29

Support Colors

Support colors extend the palette with muted greens and browns, offering organic accents that balance the warm main colors and reinforce a natural theme.

Olive Green

RolesIcon, Border, Divider, Outline

Olive Green provides a calm, natural accent that complements the vibrant oranges by introducing earthy coolness without dominance.

HEX#8A9A5B
RGB138, 154, 91
HSL75, 26, 48
CMYK10, 0, 41, 40
Sandy Brown

Sandy Brown adds softness and texture as a middle ground tone, harmonizing with both the warm and greenish accents in the palette.

HEX#A97E3D
RGB169, 126, 61
HSL36, 47, 45
CMYK0, 25, 64, 34

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
Ivory

RolesBg Dark

HEX#FAF3E8
RGB250, 243, 232
HSL37, 64, 95
CMYK0, 3, 7, 2
Dark Brown

RolesText, Btn Primary Text, Btn Secondary Text

HEX#3E2F1C
RGB62, 47, 28
HSL34, 38, 18
CMYK0, 24, 55, 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-pumpkin-orange: #E26A2C;
  --color-goldenrod: #D4842B;
  --color-burnt-sienna: #B6732D;
  --color-olive-green: #8A9A5B;
  --color-sandy-brown: #A97E3D;
  --color-pure-white: #FFFFFF;
  --color-ivory: #FAF3E8;
  --color-dark-brown: #3E2F1C;
}

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: #E26A2C;
  --role-btn-primary-bg: #E26A2C;
  --role-link: #E26A2C;
  --role-btn-secondary-bg: #D4842B;
  --role-headline: #D4842B;
  --role-btn-outlined-border: #B6732D;
  --role-btn-outlined-text: #B6732D;
  --role-icon: #8A9A5B;
  --role-border: #8A9A5B;
  --role-divider: #8A9A5B;
  --role-outline: #8A9A5B;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #FAF3E8;
  --role-text: #3E2F1C;
  --role-btn-primary-text: #3E2F1C;
  --role-btn-secondary-text: #3E2F1C;
}

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.
{
    "pumpkin-orange": "#E26A2C",
    "goldenrod": "#D4842B",
    "burnt-sienna": "#B6732D",
    "olive-green": "#8A9A5B",
    "sandy-brown": "#A97E3D",
    "pure-white": "#FFFFFF",
    "ivory": "#FAF3E8",
    "dark-brown": "#3E2F1C"
}
Press Space to load new palette