Goldenrod#DAA520
Auburn#7B3F00
Moss Green#768B42
Taupe#836953
Palette direction

Goldenrod Gold Luxury Color Palette

This palette uses a rich Goldenrod with complementary warm and muted support colors to convey luxury and warmth suitable for a brand seeking an elegant and inviting identity. The nuanced Gold main color is balanced by a deep auburn and a soft moss green support, anchored with three distinct neutrals.

AnalogousLuxury And Lifestylegoldenrodgoldluxurywarm
palette-preview.example
Luxury And Lifestyle color direction

Goldenrod Gold Luxury Color Palette

This palette uses a rich Goldenrod with complementary warm and muted support colors to convey luxury and warmth suitable for a brand seeking an elegant and inviting identity. The nuanced Gold main color is balanced by a deep auburn and a soft moss green support, anchored with three distinct neutrals.

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 White #FFFFFFon Auburn #7B3F008.2:1 Excellent
Logo Charcoal #2E2E2Eon Goldenrod #DAA5206.1:1 Strong
Logo Charcoal #2E2E2Eon White #FFFFFF13.6:1 Excellent
Logo White #FFFFFFon Taupe #8369535.1:1 Strong
Icon color
BackgroundGoldenrod#DAA520TextCharcoal#2E2E2E
Primary Button6.07:1
AA

Best for the main action users should notice first.

BackgroundAuburn#7B3F00TextWhite#FFFFFF
Secondary Button8.22:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextGoldenrod#DAA520
Outlined Button2.24:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextGoldenrod#DAA520
Text Button2.24:1
Low

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

Palette composition7 colorsAnalogous color relationship
9:41Goldenrod Gold Luxury 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.

CGoldenrod Gold Luxury Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine the vibrant warmth of Goldenrod with a deep auburn and a fresh moss green to create an elegant and balanced palette with a split complementary harmony that enhances distinctiveness and legibility.

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 #DAA520
HeadlineUsed for main titles and key messages.Auburn #7B3F00
LinkUsed for links and interactive text.Goldenrod #DAA520

Buttons

Primary Button
BackgroundGoldenrod #DAA520
TextCharcoal #2E2E2E
Secondary Button
BackgroundAuburn #7B3F00
TextWhite #FFFFFF
Outlined Button
BackgroundGoldenrod #DAA520
TextGoldenrod #DAA520

Interface

TextDefault readable body text.Charcoal #2E2E2E
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Cultured #F5F5F5
IconSmall interface icons and marks.Taupe #836953
BorderCards, inputs, and component borders.Taupe #836953
DividerSubtle separators between content.Taupe #836953
OutlineFocus rings and emphasis outlines.Taupe #836953

Palette Colors

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

Main (Brand) Colors

The main colors combine the vibrant warmth of Goldenrod with a deep auburn and a fresh moss green to create an elegant and balanced palette with a split complementary harmony that enhances distinctiveness and legibility.

PrimaryGoldenrod

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

Goldenrod delivers radiant warmth and luxurious appeal, anchoring the brand's identity with timeless sophistication.

HEX#DAA520
RGB218, 165, 32
HSL43, 74, 49
CMYK0, 24, 85, 15
SecondaryAuburn

RolesBtn Secondary Bg, Headline

Auburn brings depth and grounding to the palette, offering a strong, rich contrast to Goldenrod while maintaining warmth.

HEX#7B3F00
RGB123, 63, 0
HSL31, 100, 24
CMYK0, 49, 100, 52
TertiaryMoss Green

Moss Green adds a subtle natural freshness that complements and softens the warmth of the gold and auburn hues.

HEX#768B42
RGB118, 139, 66
HSL77, 36, 40
CMYK15, 0, 53, 45

Support Colors

The support colors enrich the palette with harmonious, muted earthly tones that subtly reinforce the luxurious and natural feel without competing with the primary golden hues.

Taupe

RolesIcon, Border, Divider, Outline

Taupe provides a neutral earthy tone that supports iconography and interface elements, balancing the brighter golds with subtlety.

HEX#836953
RGB131, 105, 83
HSL28, 22, 42
CMYK0, 20, 37, 49

Neutral Colors

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

White

RolesBg Light, Btn Secondary Text

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

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText, Btn Primary Text

HEX#2E2E2E
RGB46, 46, 46
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-goldenrod: #DAA520;
  --color-auburn: #7B3F00;
  --color-moss-green: #768B42;
  --color-taupe: #836953;
  --color-white: #FFFFFF;
  --color-cultured: #F5F5F5;
  --color-charcoal: #2E2E2E;
}

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: #DAA520;
  --role-link: #DAA520;
  --role-btn-primary-bg: #DAA520;
  --role-btn-outlined-border: #DAA520;
  --role-btn-outlined-text: #DAA520;
  --role-btn-secondary-bg: #7B3F00;
  --role-headline: #7B3F00;
  --role-icon: #836953;
  --role-border: #836953;
  --role-divider: #836953;
  --role-outline: #836953;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #2E2E2E;
  --role-btn-primary-text: #2E2E2E;
}

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": "#DAA520",
    "auburn": "#7B3F00",
    "moss-green": "#768B42",
    "taupe": "#836953",
    "white": "#FFFFFF",
    "cultured": "#F5F5F5",
    "charcoal": "#2E2E2E"
}
Press Space to load new palette