Pale Sky Blue#aed9e0
Soft Sage Green#83b9a6
Muted Steel Blue#72a1b2
Light Powder Blue#c9dbe3
Dusty Mint Green#a2c4b8
Palette direction

Pastel Serene Minimalist Color Palette

This palette draws from the image's soothing and subtle pastel tones to create a calm, professional, and approachable brand identity. The light blues and greens provide a fresh, clean feel, while the soft neutrals balance and ground the palette for readability and versatility.

AnalogousCreativepastelserenecool tonesminimalist
palette-preview.example
Creative color direction

Pastel Serene Minimalist Color Palette

This palette draws from the image's soothing and subtle pastel tones to create a calm, professional, and approachable brand identity. The light blues and greens provide a fresh, clean feel, while the soft neutrals balance and ground the palette for readability and versatility.

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 Navy #293241on Pale Sky Blue #AED9E08.5:1 Excellent
Logo Charcoal Navy #293241on Soft Sage Green #83B9A65.8:1 Strong
Logo Charcoal Navy #293241on Muted Steel Blue #72A1B24.6:1 Strong
Logo Charcoal Navy #293241on Pure White #FFFFFF12.9:1 Excellent
Icon color
BackgroundPale Sky Blue#aed9e0TextCharcoal Navy#293241
Primary Button8.48:1
AAA

Best for the main action users should notice first.

BackgroundSoft Sage Green#83b9a6TextCharcoal Navy#293241
Secondary Button5.81:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#ffffffTextMuted Steel Blue#72a1b2
Outlined Button2.82:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#ffffffTextPale Sky Blue#aed9e0
Text Button1.52:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Pastel Serene Minimalist Color Palette Color role balance
Analogous 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.

CPastel Serene Minimalist Color PaletteCreative brand direction ColorFly.design
Strategic palette preview

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.Pale Sky Blue #aed9e0
HeadlineUsed for main titles and key messages.Soft Sage Green #83b9a6
LinkUsed for links and interactive text.Pale Sky Blue #aed9e0

Buttons

Primary Button
BackgroundPale Sky Blue #aed9e0
TextCharcoal Navy #293241
Secondary Button
BackgroundSoft Sage Green #83b9a6
TextCharcoal Navy #293241
Outlined Button
BackgroundMuted Steel Blue #72a1b2
TextMuted Steel Blue #72a1b2

Interface

TextDefault readable body text.Charcoal Navy #293241
Bg LightLight page or section background.Pure White #ffffff
Bg DarkDark page or section background.Soft White #f5f7f8
IconSmall interface icons and marks.Light Powder Blue #c9dbe3
BorderCards, inputs, and component borders.Light Powder Blue #c9dbe3
DividerSubtle separators between content.Light Powder Blue #c9dbe3
OutlineFocus rings and emphasis outlines.Light Powder Blue #c9dbe3

Palette Colors

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

Main (Brand) Colors

The main colors use analogous cool tones mostly in blue and green to evoke calmness and trust, enhancing brand recognition through their harmonious relation.

PrimaryPale Sky Blue

RolesLogo, Btn Primary Bg, Link

Pale Sky Blue conveys tranquility and reliability, perfect for forming a trustworthy brand core.

HEX#aed9e0
RGB174, 217, 224
HSL188, 45, 78
CMYK22, 3, 0, 12
SecondarySoft Sage Green

RolesBtn Secondary Bg, Headline

Soft Sage Green adds a natural, calming balance to the palette, suggesting stability and growth.

HEX#83b9a6
RGB131, 185, 166
HSL159, 28, 62
CMYK29, 0, 10, 27
TertiaryMuted Steel Blue

RolesBtn Outlined Border, Btn Outlined Text

Muted Steel Blue serves as a quiet accent that supports and frames primary elements without distraction.

HEX#72a1b2
RGB114, 161, 178
HSL196, 29, 57
CMYK36, 10, 0, 30

Support Colors

The support colors extend the main palette with gentle blue-green hues that provide subtle contrast and reinforce the serene, professional tone without overtaking the main colors.

Light Powder Blue

RolesIcon, Border, Divider, Outline

Light Powder Blue offers soft, unobtrusive detail highlights that complement the main blues gracefully.

HEX#c9dbe3
RGB201, 219, 227
HSL198, 32, 84
CMYK11, 4, 0, 11
Dusty Mint Green

Dusty Mint Green balances the palette with a slightly earthier tone that enhances the natural and grounded feel.

HEX#a2c4b8
RGB162, 196, 184
HSL159, 22, 70
CMYK17, 0, 6, 23

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
Soft White

RolesBg Dark

HEX#f5f7f8
RGB245, 247, 248
HSL200, 18, 97
CMYK1, 0, 0, 3
Charcoal Navy

RolesText, Btn Primary Text, Btn Secondary Text

HEX#293241
RGB41, 50, 65
HSL218, 23, 21
CMYK37, 23, 0, 75

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-pale-sky-blue: #aed9e0;
  --color-soft-sage-green: #83b9a6;
  --color-muted-steel-blue: #72a1b2;
  --color-light-powder-blue: #c9dbe3;
  --color-dusty-mint-green: #a2c4b8;
  --color-pure-white: #ffffff;
  --color-soft-white: #f5f7f8;
  --color-charcoal-navy: #293241;
}

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: #aed9e0;
  --role-btn-primary-bg: #aed9e0;
  --role-link: #aed9e0;
  --role-btn-secondary-bg: #83b9a6;
  --role-headline: #83b9a6;
  --role-btn-outlined-border: #72a1b2;
  --role-btn-outlined-text: #72a1b2;
  --role-icon: #c9dbe3;
  --role-border: #c9dbe3;
  --role-divider: #c9dbe3;
  --role-outline: #c9dbe3;
  --role-bg-light: #ffffff;
  --role-bg-dark: #f5f7f8;
  --role-text: #293241;
  --role-btn-primary-text: #293241;
  --role-btn-secondary-text: #293241;
}

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.
{
    "pale-sky-blue": "#aed9e0",
    "soft-sage-green": "#83b9a6",
    "muted-steel-blue": "#72a1b2",
    "light-powder-blue": "#c9dbe3",
    "dusty-mint-green": "#a2c4b8",
    "pure-white": "#ffffff",
    "soft-white": "#f5f7f8",
    "charcoal-navy": "#293241"
}
Press Space to load new palette