Gold#D4AF37
Honey Yellow#F2D26B
Warm Gray#A39E93
Palette direction

Golden Honey Bee Color Palette

This palette combines warm gold tones inspired by the bee motif with soft grays and deep contrasts, creating a recognizable, elegant, and natural color system reflecting the essence of bees and honey.

MonochromaticCreativegoldhoneybeeyellow
palette-preview.example
Creative color direction

Golden Honey Bee Color Palette

This palette combines warm gold tones inspired by the bee motif with soft grays and deep contrasts, creating a recognizable, elegant, and natural color system reflecting the essence of bees and honey.

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 #1C1C1Con Honey Yellow #F2D26B11.5:1 Excellent
Logo Charcoal #1C1C1Con Gold #D4AF378.1:1 Excellent
Logo Charcoal #1C1C1Con White #FFFFFF17.0:1 Excellent
Logo White #FFFFFFon Charcoal #1C1C1C17.0:1 Excellent
Icon color
BackgroundGold#D4AF37TextCharcoal#1C1C1C
Primary Button8.10:1
AAA

Best for the main action users should notice first.

BackgroundHoney Yellow#F2D26BTextCharcoal#1C1C1C
Secondary Button11.53:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextHoney Yellow#F2D26B
Outlined Button1.48:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextGold#D4AF37
Text Button2.10:1
Low

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

Palette composition6 colorsMonochromatic color relationship
9:41Golden Honey Bee 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.

CGolden Honey Bee Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form an analogous harmony of warm golds and yellows, creating a vivid yet natural look that mirrors the hues of honey and bee imagery for strong brand recognition.

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.Gold #D4AF37
HeadlineUsed for main titles and key messages.Honey Yellow #F2D26B
LinkUsed for links and interactive text.Gold #D4AF37

Buttons

Primary Button
BackgroundGold #D4AF37
TextCharcoal #1C1C1C
Secondary Button
BackgroundHoney Yellow #F2D26B
TextCharcoal #1C1C1C
Outlined Button
BackgroundHoney Yellow #F2D26B
TextHoney Yellow #F2D26B

Interface

TextDefault readable body text.Charcoal #1C1C1C
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Dark Gray #2F2F2F
IconSmall interface icons and marks.Warm Gray #A39E93
BorderCards, inputs, and component borders.Warm Gray #A39E93
DividerSubtle separators between content.Warm Gray #A39E93
OutlineFocus rings and emphasis outlines.Warm Gray #A39E93

Palette Colors

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

Main (Brand) Colors

The main colors form an analogous harmony of warm golds and yellows, creating a vivid yet natural look that mirrors the hues of honey and bee imagery for strong brand recognition.

PrimaryGold

RolesLogo, Link, Btn Primary Bg

Gold provides a rich, luxurious warmth that symbolizes value and quality, ideal for the brand's logo and primary call to actions.

HEX#D4AF37
RGB212, 175, 55
HSL46, 65, 52
CMYK0, 17, 74, 17
SecondaryHoney Yellow

RolesBtn Outlined Border, Btn Outlined Text, Headline, Btn Secondary Bg

Honey Yellow is a lighter, softer yellow that complements Gold by adding brightness and approachability, perfect for outline accents and headlines.

HEX#F2D26B
RGB242, 210, 107
HSL46, 84, 68
CMYK0, 13, 56, 5

Support Colors

The support colors are soft grays that extend the palette by balancing the vibrant golds and yellows with neutrality and subtlety, preserving focus on the main colors.

Warm Gray

RolesIcon, Border, Divider, Outline

Warm Gray offers a subdued, earthy tone that supports the warmth of gold without overpowering, perfect for interface elements.

HEX#A39E93
RGB163, 158, 147
HSL41, 8, 61
CMYK0, 3, 10, 36

Neutral Colors

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

White

RolesBg Light

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

RolesText, Btn Primary Text, Btn Secondary Text

HEX#1C1C1C
RGB28, 28, 28
HSL0, 0, 11
CMYK0, 0, 0, 89
Dark Gray

RolesBg Dark

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-gold: #D4AF37;
  --color-honey-yellow: #F2D26B;
  --color-warm-gray: #A39E93;
  --color-white: #FFFFFF;
  --color-charcoal: #1C1C1C;
  --color-dark-gray: #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: #D4AF37;
  --role-link: #D4AF37;
  --role-btn-primary-bg: #D4AF37;
  --role-btn-outlined-border: #F2D26B;
  --role-btn-outlined-text: #F2D26B;
  --role-headline: #F2D26B;
  --role-btn-secondary-bg: #F2D26B;
  --role-icon: #A39E93;
  --role-border: #A39E93;
  --role-divider: #A39E93;
  --role-outline: #A39E93;
  --role-bg-light: #FFFFFF;
  --role-text: #1C1C1C;
  --role-btn-primary-text: #1C1C1C;
  --role-btn-secondary-text: #1C1C1C;
  --role-bg-dark: #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.
{
    "gold": "#D4AF37",
    "honey-yellow": "#F2D26B",
    "warm-gray": "#A39E93",
    "white": "#FFFFFF",
    "charcoal": "#1C1C1C",
    "dark-gray": "#2F2F2F"
}
Press Space to load new palette