Sky Blue#4A90E2
Golden Cream#D6BA7E
Deep Slate Blue#2F4F7F
Muted Sand#BEB6A6
Soft Steel Blue#A9C1D9
Palette direction

Historic Elegance Architecture Color Palette

This palette evokes the historical elegance and architectural grandeur of the classic building under a bright blue sky, combining soft creams, muted golden tones, and rich blues with harmonious neutrals for balanced usability.

ComplementaryLuxury And Lifestylehistoricarchitectureeleganceclassic
palette-preview.example
Luxury And Lifestyle color direction

Historic Elegance Architecture Color Palette

This palette evokes the historical elegance and architectural grandeur of the classic building under a bright blue sky, combining soft creams, muted golden tones, and rich blues with harmonious neutrals for balanced usability.

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 Deep Slate Blue #2F4F7F8.2:1 Excellent
Logo Charcoal #2B2B2Bon Golden Cream #D6BA7E7.5:1 Excellent
Logo Charcoal #2B2B2Bon Pure White #FFFFFF14.2:1 Excellent
Logo Charcoal #2B2B2Bon Soft Steel Blue #A9C1D97.6:1 Excellent
Icon color
BackgroundSky Blue#4A90E2TextCharcoal#2B2B2B
Primary Button4.30:1
Large text

Best for the main action users should notice first.

BackgroundGolden Cream#D6BA7ETextCharcoal#2B2B2B
Secondary Button7.54:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextSky Blue#4A90E2
Outlined Button3.29:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextSky Blue#4A90E2
Text Button3.29:1
Large text

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

Palette composition8 colorsComplementary color relationship
9:41Historic Elegance Architecture Color Palette Color role balance
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.

CHistoric Elegance Architecture Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine the sky's vibrant blue, the building's golden cream, and a deeper muted blue, creating a recognizable and harmonious palette that suggests classic elegance and trust.

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.Sky Blue #4A90E2
HeadlineUsed for main titles and key messages.Golden Cream #D6BA7E
LinkUsed for links and interactive text.Sky Blue #4A90E2

Buttons

Primary Button
BackgroundSky Blue #4A90E2
TextCharcoal #2B2B2B
Secondary Button
BackgroundGolden Cream #D6BA7E
TextCharcoal #2B2B2B
Outlined Button
BackgroundSky Blue #4A90E2
TextSky Blue #4A90E2

Interface

TextDefault readable body text.Charcoal #2B2B2B
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory Mist #F5F5F3
IconSmall interface icons and marks.Muted Sand #BEB6A6
BorderCards, inputs, and component borders.Muted Sand #BEB6A6
DividerSubtle separators between content.Muted Sand #BEB6A6
OutlineFocus rings and emphasis outlines.Muted Sand #BEB6A6

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 sky's vibrant blue, the building's golden cream, and a deeper muted blue, creating a recognizable and harmonious palette that suggests classic elegance and trust.

PrimarySky Blue

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

Sky Blue brings vibrancy and trust, capturing the bright, clear sky above the classic building.

HEX#4A90E2
RGB74, 144, 226
HSL212, 72, 59
CMYK67, 36, 0, 11
SecondaryGolden Cream

RolesBtn Secondary Bg, Headline

Golden Cream adds warmth and sophistication, reflecting the historical sandstone facade of the building.

HEX#D6BA7E
RGB214, 186, 126
HSL41, 52, 67
CMYK0, 13, 41, 16
TertiaryDeep Slate Blue

Deep Slate Blue offers depth and stability, grounding the palette with a mature, refined tone.

HEX#2F4F7F
RGB47, 79, 127
HSL216, 46, 34
CMYK63, 38, 0, 50

Support Colors

Support colors extend the palette by providing soft, muted undertones that enhance usability and visual hierarchy without overpowering the main colors.

Muted Sand

RolesIcon, Border, Divider, Outline

Muted Sand complements the main golden cream with its softer, earthy undertone, balancing contrast while remaining subtle.

HEX#BEB6A6
RGB190, 182, 166
HSL40, 16, 70
CMYK0, 4, 13, 25
Soft Steel Blue

Soft Steel Blue reinforces the blues with a lighter, calming hue that supports interface elements and icons.

HEX#A9C1D9
RGB169, 193, 217
HSL210, 39, 76
CMYK22, 11, 0, 15

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 Mist

RolesBg Dark

HEX#F5F5F3
RGB245, 245, 243
HSL60, 9, 96
CMYK0, 0, 1, 4
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83

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-sky-blue: #4A90E2;
  --color-golden-cream: #D6BA7E;
  --color-deep-slate-blue: #2F4F7F;
  --color-muted-sand: #BEB6A6;
  --color-soft-steel-blue: #A9C1D9;
  --color-pure-white: #FFFFFF;
  --color-ivory-mist: #F5F5F3;
  --color-charcoal: #2B2B2B;
}

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: #4A90E2;
  --role-link: #4A90E2;
  --role-btn-primary-bg: #4A90E2;
  --role-btn-outlined-border: #4A90E2;
  --role-btn-outlined-text: #4A90E2;
  --role-btn-secondary-bg: #D6BA7E;
  --role-headline: #D6BA7E;
  --role-icon: #BEB6A6;
  --role-border: #BEB6A6;
  --role-divider: #BEB6A6;
  --role-outline: #BEB6A6;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F5F5F3;
  --role-text: #2B2B2B;
  --role-btn-primary-text: #2B2B2B;
  --role-btn-secondary-text: #2B2B2B;
}

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.
{
    "sky-blue": "#4A90E2",
    "golden-cream": "#D6BA7E",
    "deep-slate-blue": "#2F4F7F",
    "muted-sand": "#BEB6A6",
    "soft-steel-blue": "#A9C1D9",
    "pure-white": "#FFFFFF",
    "ivory-mist": "#F5F5F3",
    "charcoal": "#2B2B2B"
}
Press Space to load new palette