Goldenrod#BFA24F
Amber#D9B44A
Charcoal#3B3A36
Ochre#A57C28
Olive Drift#7C7942
Palette direction

Golden Mineral Luxury Color Palette

This palette draws inspiration from the rich yellows, warm golds, and contrasting dark tones of the mineral specimen, creating a balanced and striking color system ideal for brands needing a natural yet luxurious aesthetic.

MonochromaticLuxury And Lifestylegoldyellowambercharcoal
palette-preview.example
Luxury And Lifestyle color direction

Golden Mineral Luxury Color Palette

This palette draws inspiration from the rich yellows, warm golds, and contrasting dark tones of the mineral specimen, creating a balanced and striking color system ideal for brands needing a natural yet luxurious aesthetic.

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 Pure White #FFFFFFon Charcoal #3B3A3611.4:1 Excellent
Logo Rich Black #1C1B1Aon Amber #D9B44A8.7:1 Excellent
Logo Rich Black #1C1B1Aon Goldenrod #BFA24F7.0:1 Strong
Logo Rich Black #1C1B1Aon Pure White #FFFFFF17.2:1 Excellent
Icon color
BackgroundGoldenrod#BFA24FTextRich Black#1C1B1A
Primary Button6.96:1
AA

Best for the main action users should notice first.

BackgroundAmber#D9B44ATextRich Black#1C1B1A
Secondary Button8.66:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextAmber#D9B44A
Outlined Button1.99:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextGoldenrod#BFA24F
Text Button2.47:1
Low

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

Palette composition8 colorsMonochromatic color relationship
9:41Golden Mineral Luxury 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 Mineral Luxury Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The three main colors capture the essence of the mineral with a rich deep gold, a warm amber gold, and a contrasting muted dark charcoal, forming a distinctive and balanced visual identity.

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.Goldenrod #BFA24F
HeadlineUsed for main titles and key messages.Charcoal #3B3A36
LinkUsed for links and interactive text.Goldenrod #BFA24F

Buttons

Primary Button
BackgroundGoldenrod #BFA24F
TextRich Black #1C1B1A
Secondary Button
BackgroundAmber #D9B44A
TextRich Black #1C1B1A
Outlined Button
BackgroundAmber #D9B44A
TextAmber #D9B44A

Interface

TextDefault readable body text.Rich Black #1C1B1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory #F2F2F2
IconSmall interface icons and marks.Ochre #A57C28
BorderCards, inputs, and component borders.Ochre #A57C28
DividerSubtle separators between content.Ochre #A57C28
OutlineFocus rings and emphasis outlines.Ochre #A57C28

Palette Colors

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

Main (Brand) Colors

The three main colors capture the essence of the mineral with a rich deep gold, a warm amber gold, and a contrasting muted dark charcoal, forming a distinctive and balanced visual identity.

PrimaryGoldenrod

RolesLogo, Link, Btn Primary Bg

Goldenrod conveys richness and warmth, making the brand appear inviting and prestigious.

HEX#BFA24F
RGB191, 162, 79
HSL44, 47, 53
CMYK0, 15, 59, 25
SecondaryAmber

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Amber adds brightness and energy for supporting brand elements while complementing the primary gold.

HEX#D9B44A
RGB217, 180, 74
HSL44, 65, 57
CMYK0, 17, 66, 15
TertiaryCharcoal

RolesHeadline

Charcoal provides a strong, grounding contrast that enhances readability and sophistication.

HEX#3B3A36
RGB59, 58, 54
HSL48, 4, 22
CMYK0, 2, 8, 77

Support Colors

The support colors subtly extend the warmth of the gold tones with a muted orange brown and a soft olive, balancing and reinforcing the main colors while remaining visually subordinate.

Ochre

RolesIcon, Border, Divider, Outline

Ochre offers a muted orange-brown that enriches the palette with an earthy accent, supporting the gold tones.

HEX#A57C28
RGB165, 124, 40
HSL40, 61, 40
CMYK0, 25, 76, 35
Olive Drift

Olive Drift introduces a gentle greenish hue that stabilizes the warmth and adds natural balance.

HEX#7C7942
RGB124, 121, 66
HSL57, 31, 37
CMYK0, 2, 47, 51

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#F2F2F2
RGB242, 242, 242
HSL0, 0, 95
CMYK0, 0, 0, 5
Rich Black

RolesText, Btn Primary Text, Btn Secondary Text

HEX#1C1B1A
RGB28, 27, 26
HSL30, 4, 11
CMYK0, 4, 7, 89

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-goldenrod: #BFA24F;
  --color-amber: #D9B44A;
  --color-charcoal: #3B3A36;
  --color-ochre: #A57C28;
  --color-olive-drift: #7C7942;
  --color-pure-white: #FFFFFF;
  --color-ivory: #F2F2F2;
  --color-rich-black: #1C1B1A;
}

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: #BFA24F;
  --role-link: #BFA24F;
  --role-btn-primary-bg: #BFA24F;
  --role-btn-secondary-bg: #D9B44A;
  --role-btn-outlined-border: #D9B44A;
  --role-btn-outlined-text: #D9B44A;
  --role-headline: #3B3A36;
  --role-icon: #A57C28;
  --role-border: #A57C28;
  --role-divider: #A57C28;
  --role-outline: #A57C28;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F2F2F2;
  --role-text: #1C1B1A;
  --role-btn-primary-text: #1C1B1A;
  --role-btn-secondary-text: #1C1B1A;
}

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.
{
    "goldenrod": "#BFA24F",
    "amber": "#D9B44A",
    "charcoal": "#3B3A36",
    "ochre": "#A57C28",
    "olive-drift": "#7C7942",
    "pure-white": "#FFFFFF",
    "ivory": "#F2F2F2",
    "rich-black": "#1C1B1A"
}
Press Space to load new palette