Ink Navy#1B2340
Antique Gold#C9A24A
Rose Quartz#B98C8A
Mink Taupe#8C7A6B
Oatmeal#D7CFC4
Palette direction

Luxurious Minimalistic Lifestyle Color Palette

This palette pairs deep Ink Navy and warm Gold with a restrained Rose Quartz accent to create a luxury system that feels minimal, refined, and memorable. The neutral structure stays crisp and architectural, so the richer colors can signal premium quality without visual clutter.

Split ComplementaryLuxury And Lifestyleluxuryminimalistpremiumelegant
palette-preview.example
Luxury And Lifestyle color direction

Luxurious Minimalistic Lifestyle Color Palette

This palette pairs deep Ink Navy and warm Gold with a restrained Rose Quartz accent to create a luxury system that feels minimal, refined, and memorable. The neutral structure stays crisp and architectural, so the richer colors can signal premium quality without visual clutter.

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 Ink Navy #1B234015.4:1 Excellent
Logo Charcoal #111111on Antique Gold #C9A24A7.9:1 Excellent
Logo Charcoal #111111on Rose Quartz #B98C8A6.5:1 Strong
Logo Charcoal #111111on White #FFFFFF18.9:1 Excellent
Icon color
BackgroundInk Navy#1B2340TextWhite#FFFFFF
Primary Button15.43:1
AAA

Best for the main action users should notice first.

BackgroundAntique Gold#C9A24ATextCharcoal#111111
Secondary Button7.87:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextAntique Gold#C9A24A
Outlined Button2.40:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextInk Navy#1B2340
Text Button15.43:1
AAA

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

Palette composition8 colorsSplit Complementary color relationship
9:41Luxurious Minimalistic Lifestyle Color Palette Color role balance
Split Complementary 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.

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

A usable
color system.

Deep navy and warm gold create a classic premium contrast, while the soft rose accent adds a modern touch without disrupting the minimal structure. Together they read as elevated, controlled, and distinctly high-end.

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.Ink Navy #1B2340
HeadlineUsed for main titles and key messages.Rose Quartz #B98C8A
LinkUsed for links and interactive text.Ink Navy #1B2340

Buttons

Primary Button
BackgroundInk Navy #1B2340
TextWhite #FFFFFF
Secondary Button
BackgroundAntique Gold #C9A24A
TextCharcoal #111111
Outlined Button
BackgroundAntique Gold #C9A24A
TextAntique Gold #C9A24A

Interface

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

Palette Colors

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

Main (Brand) Colors

Deep navy and warm gold create a classic premium contrast, while the soft rose accent adds a modern touch without disrupting the minimal structure. Together they read as elevated, controlled, and distinctly high-end.

PrimaryInk Navy

RolesLogo, Link, Btn Primary Bg

Ink Navy anchors the brand with quiet authority and a tailored, luxury feel.

HEX#1B2340
RGB27, 35, 64
HSL227, 41, 18
CMYK58, 45, 0, 75
PrimaryAntique Gold

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Antique Gold adds a warm metallic note that signals premium craftsmanship and refinement.

HEX#C9A24A
RGB201, 162, 74
HSL42, 54, 54
CMYK0, 19, 63, 21
SecondaryRose Quartz

RolesHeadline

Rose Quartz softens the palette with a restrained modern elegance that keeps the identity from feeling overly formal.

HEX#B98C8A
RGB185, 140, 138
HSL3, 25, 63
CMYK0, 24, 25, 27

Support Colors

The support colors extend the palette with subdued warmth and depth, giving the system flexibility for icons and subtle UI accents. They stay understated so the main navy and gold relationship remains the visual focus.

Mink Taupe

RolesIcon, Border

Mink Taupe adds a muted warm-gray utility tone that balances the richness of the main colors.

HEX#8C7A6B
RGB140, 122, 107
HSL27, 13, 48
CMYK0, 13, 24, 45
Oatmeal

RolesDivider, Outline

Oatmeal provides a soft structural accent that keeps separators visible while preserving the minimal mood.

HEX#D7CFC4
RGB215, 207, 196
HSL35, 19, 81
CMYK0, 4, 9, 16

Neutral Colors

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

White

RolesBg Light, Btn Primary 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, Btn Secondary Text

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

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-ink-navy: #1B2340;
  --color-antique-gold: #C9A24A;
  --color-rose-quartz: #B98C8A;
  --color-mink-taupe: #8C7A6B;
  --color-oatmeal: #D7CFC4;
  --color-white: #FFFFFF;
  --color-ivory: #F5F1EA;
  --color-charcoal: #111111;
}

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: #1B2340;
  --role-link: #1B2340;
  --role-btn-primary-bg: #1B2340;
  --role-btn-secondary-bg: #C9A24A;
  --role-btn-outlined-border: #C9A24A;
  --role-btn-outlined-text: #C9A24A;
  --role-headline: #B98C8A;
  --role-icon: #8C7A6B;
  --role-border: #8C7A6B;
  --role-divider: #D7CFC4;
  --role-outline: #D7CFC4;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #111111;
  --role-text: #111111;
  --role-btn-secondary-text: #111111;
}

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.
{
    "ink-navy": "#1B2340",
    "antique-gold": "#C9A24A",
    "rose-quartz": "#B98C8A",
    "mink-taupe": "#8C7A6B",
    "oatmeal": "#D7CFC4",
    "white": "#FFFFFF",
    "ivory": "#F5F1EA",
    "charcoal": "#111111"
}
Press Space to load new palette