Coral#FF6F61
Aqua#40CFCB
Marigold#F4B400
Seafoam#7FB3A8
Peach#D9A48F
Palette direction

Summer Inspired Lifestyle Color Palette

This summer-inspired palette pairs sunlit coral, sea-glass aqua, and warm marigold to create a lively but balanced identity system. The colors feel seasonal and energetic while the neutrals keep the interface clean, readable, and practical.

Split ComplementaryNonesummer palettecoralaquamarigold
palette-preview.example
None color direction

Summer Inspired Lifestyle Color Palette

This summer-inspired palette pairs sunlit coral, sea-glass aqua, and warm marigold to create a lively but balanced identity system. The colors feel seasonal and energetic while the neutrals keep the interface clean, readable, and practical.

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 Charcoal #1F1F1Fon Marigold #F4B4008.9:1 Excellent
Logo Charcoal #1F1F1Fon Aqua #40CFCB8.6:1 Excellent
Logo Charcoal #1F1F1Fon Coral #FF6F616.0:1 Strong
Logo Charcoal #1F1F1Fon White #FFFFFF16.5:1 Excellent
Icon color
BackgroundCoral#FF6F61TextCharcoal#1F1F1F
Primary Button6.04:1
AA

Best for the main action users should notice first.

BackgroundMarigold#F4B400TextCharcoal#1F1F1F
Secondary Button8.93:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextAqua#40CFCB
Outlined Button1.91:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextAqua#40CFCB
Text Button1.91:1
Low

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

Palette composition8 colorsSplit Complementary color relationship
9:41Summer Inspired 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.

CSummer Inspired Lifestyle Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form a triadic summer system with warm coral, refreshing aqua, and golden marigold. Together they create a recognizable seasonal palette that feels energetic, friendly, and adaptable across branding and interface use.

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.Coral #FF6F61
HeadlineUsed for main titles and key messages.Coral #FF6F61
LinkUsed for links and interactive text.Aqua #40CFCB

Buttons

Primary Button
BackgroundCoral #FF6F61
TextCharcoal #1F1F1F
Secondary Button
BackgroundMarigold #F4B400
TextCharcoal #1F1F1F
Outlined Button
BackgroundAqua #40CFCB
TextAqua #40CFCB

Interface

TextDefault readable body text.Charcoal #1F1F1F
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1F1F1F
IconSmall interface icons and marks.Seafoam #7FB3A8
BorderCards, inputs, and component borders.Peach #D9A48F
DividerSubtle separators between content.Peach #D9A48F
OutlineFocus rings and emphasis outlines.Seafoam #7FB3A8

Palette Colors

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

Main (Brand) Colors

The main colors form a triadic summer system with warm coral, refreshing aqua, and golden marigold. Together they create a recognizable seasonal palette that feels energetic, friendly, and adaptable across branding and interface use.

PrimaryCoral

RolesLogo, Btn Primary Bg, Headline

Coral brings the warm, sun-kissed energy that anchors the palette and gives the brand immediate seasonal recognition.

HEX#FF6F61
RGB255, 111, 97
HSL5, 100, 69
CMYK0, 56, 62, 0
SecondaryAqua

RolesLink, Btn Outlined Border, Btn Outlined Text

Aqua adds a cool, refreshing counterpoint that keeps the palette feeling breezy and modern.

HEX#40CFCB
RGB64, 207, 203
HSL178, 60, 53
CMYK69, 0, 2, 19
TertiaryMarigold

RolesBtn Secondary Bg

Marigold adds bright optimism and helps the system feel playful without overpowering the coral.

HEX#F4B400
RGB244, 180, 0
HSL44, 100, 48
CMYK0, 26, 100, 4

Support Colors

The support colors soften and extend the summer theme with natural, beach-adjacent undertones. They stay subordinate to the main colors while helping accents, dividers, and structural UI elements feel cohesive.

Seafoam

RolesIcon, Outline

Seafoam bridges coral and aqua with a muted coastal tone that supports interface elements without competing for attention.

HEX#7FB3A8
RGB127, 179, 168
HSL167, 25, 60
CMYK29, 0, 6, 30
Peach

RolesBorder, Divider

Peach adds a warm, sandy transition color that keeps separators and borders aligned with the summer mood.

HEX#D9A48F
RGB217, 164, 143
HSL17, 49, 71
CMYK0, 24, 34, 15

Neutral Colors

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

White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F6F1E8
RGB246, 241, 232
HSL39, 44, 94
CMYK0, 2, 6, 4
Charcoal

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#1F1F1F
RGB31, 31, 31
HSL0, 0, 12
CMYK0, 0, 0, 88

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-coral: #FF6F61;
  --color-aqua: #40CFCB;
  --color-marigold: #F4B400;
  --color-seafoam: #7FB3A8;
  --color-peach: #D9A48F;
  --color-white: #FFFFFF;
  --color-ivory: #F6F1E8;
  --color-charcoal: #1F1F1F;
}

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: #FF6F61;
  --role-btn-primary-bg: #FF6F61;
  --role-headline: #FF6F61;
  --role-link: #40CFCB;
  --role-btn-outlined-border: #40CFCB;
  --role-btn-outlined-text: #40CFCB;
  --role-btn-secondary-bg: #F4B400;
  --role-icon: #7FB3A8;
  --role-outline: #7FB3A8;
  --role-border: #D9A48F;
  --role-divider: #D9A48F;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #1F1F1F;
  --role-text: #1F1F1F;
  --role-btn-primary-text: #1F1F1F;
  --role-btn-secondary-text: #1F1F1F;
}

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.
{
    "coral": "#FF6F61",
    "aqua": "#40CFCB",
    "marigold": "#F4B400",
    "seafoam": "#7FB3A8",
    "peach": "#D9A48F",
    "white": "#FFFFFF",
    "ivory": "#F6F1E8",
    "charcoal": "#1F1F1F"
}
Press Space to load new palette