Deep Emerald#0F3D34
Antique Gold#B08D57
Forest Green#244C3A
Warm Taupe#8A8072
Oatmeal#C7B8A6
Palette direction

Luxury Minimalistic Color Palette

This palette pairs a deep refined green with muted gold and soft stone neutrals to feel luxurious without visual clutter. The contrast stays crisp and minimal, giving the brand a restrained premium presence across identity and interface.

CustomLuxury And Lifestyleluxuryminimalistpremiumelegant
palette-preview.example
Luxury And Lifestyle color direction

Luxury Minimalistic Color Palette

This palette pairs a deep refined green with muted gold and soft stone neutrals to feel luxurious without visual clutter. The contrast stays crisp and minimal, giving the brand a restrained premium presence across identity and interface.

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 Deep Emerald #0F3D3412.1:1 Excellent
Logo Charcoal #161616on Antique Gold #B08D575.9:1 Strong
Logo Charcoal #161616on White #FFFFFF18.1:1 Excellent
Logo Charcoal #161616on Oatmeal #C7B8A69.3:1 Excellent
Icon color
BackgroundDeep Emerald#0F3D34TextWhite#FFFFFF
Primary Button12.09:1
AAA

Best for the main action users should notice first.

BackgroundForest Green#244C3ATextWhite#FFFFFF
Secondary Button9.68:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextAntique Gold#B08D57
Outlined Button3.09:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextAntique Gold#B08D57
Text Button3.09:1
Large text

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

Palette composition8 colorsCustom color relationship
9:41Luxury Minimalistic Color Palette Color role balance
Custom 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.

CLuxury Minimalistic Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

Deep Emerald and Antique Gold create a recognizable luxury pairing with strong contrast, while Forest Green adds depth for a more dimensional and editorial feel. Together they read as premium, restrained, and distinctive without relying on excess ornament.

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.Deep Emerald #0F3D34
HeadlineUsed for main titles and key messages.Deep Emerald #0F3D34
LinkUsed for links and interactive text.Antique Gold #B08D57

Buttons

Primary Button
BackgroundDeep Emerald #0F3D34
TextWhite #FFFFFF
Secondary Button
BackgroundForest Green #244C3A
TextWhite #FFFFFF
Outlined Button
BackgroundAntique Gold #B08D57
TextAntique Gold #B08D57

Interface

TextDefault readable body text.Charcoal #161616
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #161616
IconSmall interface icons and marks.Warm Taupe #8A8072
BorderCards, inputs, and component borders.Warm Taupe #8A8072
DividerSubtle separators between content.Oatmeal #C7B8A6
OutlineFocus rings and emphasis outlines.Oatmeal #C7B8A6

Palette Colors

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

Main (Brand) Colors

Deep Emerald and Antique Gold create a recognizable luxury pairing with strong contrast, while Forest Green adds depth for a more dimensional and editorial feel. Together they read as premium, restrained, and distinctive without relying on excess ornament.

PrimaryDeep Emerald

RolesLogo, Btn Primary Bg, Headline

This deep green anchors the brand with a calm, high-end presence that feels mature and confident.

HEX#0F3D34
RGB15, 61, 52
HSL168, 61, 15
CMYK75, 0, 15, 76
SecondaryAntique Gold

RolesLink, Btn Outlined Border, Btn Outlined Text

This muted gold adds a quiet sense of value and distinction without becoming flashy.

HEX#B08D57
RGB176, 141, 87
HSL36, 36, 52
CMYK0, 20, 51, 31
TertiaryForest Green

RolesBtn Secondary Bg

This darker supporting green extends the palette with depth and keeps the system cohesive in layered layouts.

HEX#244C3A
RGB36, 76, 58
HSL153, 36, 22
CMYK53, 0, 24, 70

Support Colors

The support accents soften the main contrast and add usability cues while staying understated. They reinforce the palette with refined tonal balance rather than introducing a new visual direction.

Warm Taupe

RolesIcon, Border

This warm taupe bridges the greens and gold with an elegant neutral accent that works well for UI structure.

HEX#8A8072
RGB138, 128, 114
HSL35, 10, 49
CMYK0, 7, 17, 46
Oatmeal

RolesDivider, Outline

This muted beige adds a quiet separator tone that preserves the minimal feel in frames and dividers.

HEX#C7B8A6
RGB199, 184, 166
HSL33, 23, 72
CMYK0, 8, 17, 22

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F5F1EA
RGB245, 241, 234
HSL38, 35, 94
CMYK0, 2, 4, 4
Charcoal

RolesBg Dark, Text

HEX#161616
RGB22, 22, 22
HSL0, 0, 9
CMYK0, 0, 0, 91

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-deep-emerald: #0F3D34;
  --color-antique-gold: #B08D57;
  --color-forest-green: #244C3A;
  --color-warm-taupe: #8A8072;
  --color-oatmeal: #C7B8A6;
  --color-white: #FFFFFF;
  --color-ivory: #F5F1EA;
  --color-charcoal: #161616;
}

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: #0F3D34;
  --role-btn-primary-bg: #0F3D34;
  --role-headline: #0F3D34;
  --role-link: #B08D57;
  --role-btn-outlined-border: #B08D57;
  --role-btn-outlined-text: #B08D57;
  --role-btn-secondary-bg: #244C3A;
  --role-icon: #8A8072;
  --role-border: #8A8072;
  --role-divider: #C7B8A6;
  --role-outline: #C7B8A6;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #161616;
  --role-text: #161616;
}

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.
{
    "deep-emerald": "#0F3D34",
    "antique-gold": "#B08D57",
    "forest-green": "#244C3A",
    "warm-taupe": "#8A8072",
    "oatmeal": "#C7B8A6",
    "white": "#FFFFFF",
    "ivory": "#F5F1EA",
    "charcoal": "#161616"
}
Press Space to load new palette