Deep Teal#1F4F4F
Sand#E3CC8A
Shellstone#CFC4AA
Palette direction

Neutral Classic Sand Color Palette

This palette blends a rich deep teal with soft sandy and neutral shades to evoke trust and elegance while maintaining a distinct and sophisticated brand identity. The main colors feature a strong deep teal that provides confident action cues, complemented by warm sand accents, with support neutrals adding subtle depth.

CustomLuxury And Lifestyledeep tealsandneutralelegant
palette-preview.example
Luxury And Lifestyle color direction

Neutral Classic Sand Color Palette

This palette blends a rich deep teal with soft sandy and neutral shades to evoke trust and elegance while maintaining a distinct and sophisticated brand identity. The main colors feature a strong deep teal that provides confident action cues, complemented by warm sand accents, with support neutrals adding subtle depth.

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 Nightfall #1A1A1Aon Sand #E3CC8A11.0:1 Excellent
Logo Swan Wing #FFFFFFon Deep Teal #1F4F4F9.2:1 Excellent
Logo Nightfall #1A1A1Aon Swan Wing #FFFFFF17.4:1 Excellent
Logo Nightfall #1A1A1Aon Shellstone #CFC4AA10.1:1 Excellent
Icon color
BackgroundDeep Teal#1F4F4FTextSwan Wing#FFFFFF
Primary Button9.17:1
AAA

Best for the main action users should notice first.

BackgroundSand#E3CC8ATextNightfall#1A1A1A
Secondary Button11.00:1
AAA

Useful for softer choices and secondary paths.

BackgroundSwan Wing#FFFFFFTextSand#E3CC8A
Outlined Button1.58:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundSwan Wing#FFFFFFTextDeep Teal#1F4F4F
Text Button9.17:1
AAA

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

Palette composition6 colorsCustom color relationship
9:41Neutral Classic Sand 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.

CNeutral Classic Sand Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The deep teal and sand main colors create a balanced complementary scheme that conveys confidence and elegance, establishing a distinctive and memorable 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.Deep Teal #1F4F4F
HeadlineUsed for main titles and key messages.Sand #E3CC8A
LinkUsed for links and interactive text.Deep Teal #1F4F4F

Buttons

Primary Button
BackgroundDeep Teal #1F4F4F
TextSwan Wing #FFFFFF
Secondary Button
BackgroundSand #E3CC8A
TextNightfall #1A1A1A
Outlined Button
BackgroundDeep Teal #1F4F4F
TextSand #E3CC8A

Interface

TextDefault readable body text.Nightfall #1A1A1A
Bg LightLight page or section background.Swan Wing #FFFFFF
Bg DarkDark page or section background.Nightfall #1A1A1A
IconSmall interface icons and marks.Shellstone #CFC4AA
BorderCards, inputs, and component borders.Shellstone #CFC4AA
DividerSubtle separators between content.Shellstone #CFC4AA
OutlineFocus rings and emphasis outlines.Shellstone #CFC4AA

Palette Colors

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

Main (Brand) Colors

The deep teal and sand main colors create a balanced complementary scheme that conveys confidence and elegance, establishing a distinctive and memorable identity.

PrimaryDeep Teal

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border

Deep Teal delivers strength and trust with a unique, calm sophistication, making it ideal for logos and primary buttons requiring distinct action visibility.

HEX#1F4F4F
RGB31, 79, 79
HSL180, 44, 22
CMYK61, 0, 0, 69
SecondarySand

RolesBtn Secondary Bg, Btn Outlined Text, Headline

Sand offers warmth and approachability, balancing the coolness of deep teal and providing a refined accent on secondary elements.

HEX#E3CC8A
RGB227, 204, 138
HSL44, 61, 72
CMYK0, 10, 39, 11

Support Colors

The support colors extend the main palette with muted, soft neutral tones that provide subtle depth and visual rest without competing with the primary hues.

Shellstone

RolesIcon, Border, Divider, Outline

Shellstone is a gentle, warm neutral that harmonizes with sand while gently emphasizing interface elements.

HEX#CFC4AA
RGB207, 196, 170
HSL42, 28, 74
CMYK0, 5, 18, 19

Neutral Colors

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

Swan Wing

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Snowdrift
HEX#F3F0EC
RGB243, 240, 236
HSL34, 23, 94
CMYK0, 1, 3, 5
Nightfall

RolesBg Dark, Text, Btn Secondary Text

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

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-teal: #1F4F4F;
  --color-sand: #E3CC8A;
  --color-shellstone: #CFC4AA;
  --color-swan-wing: #FFFFFF;
  --color-snowdrift: #F3F0EC;
  --color-nightfall: #1A1A1A;
}

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: #1F4F4F;
  --role-link: #1F4F4F;
  --role-btn-primary-bg: #1F4F4F;
  --role-btn-outlined-border: #1F4F4F;
  --role-btn-secondary-bg: #E3CC8A;
  --role-btn-outlined-text: #E3CC8A;
  --role-headline: #E3CC8A;
  --role-icon: #CFC4AA;
  --role-border: #CFC4AA;
  --role-divider: #CFC4AA;
  --role-outline: #CFC4AA;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #1A1A1A;
  --role-text: #1A1A1A;
  --role-btn-secondary-text: #1A1A1A;
}

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-teal": "#1F4F4F",
    "sand": "#E3CC8A",
    "shellstone": "#CFC4AA",
    "swan-wing": "#FFFFFF",
    "snowdrift": "#F3F0EC",
    "nightfall": "#1A1A1A"
}
Press Space to load new palette