Blue#2D7FF9
Mint#7CE7C5
Amber#FFB547
Sky#A9D8FF
Seafoam#D7F4EA
Palette direction

Minimalistic Bright Modern Color Palette

This palette pairs crisp Blue, fresh Mint, and clear Amber to keep the system minimalistic while still feeling bright and lively. The white and near-white neutrals preserve openness, and the deep charcoal anchors readability without softening the clarity of the color story.

Split ComplementaryNoneminimalisticbrightcleanfresh
palette-preview.example
None color direction

Minimalistic Bright Modern Color Palette

This palette pairs crisp Blue, fresh Mint, and clear Amber to keep the system minimalistic while still feeling bright and lively. The white and near-white neutrals preserve openness, and the deep charcoal anchors readability without softening the clarity of the color story.

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 #111827on Mint #7CE7C511.9:1 Excellent
Logo Charcoal #111827on Amber #FFB54710.1:1 Excellent
Logo Charcoal #111827on Blue #2D7FF94.7:1 Strong
Logo Charcoal #111827on White #FFFFFF17.7:1 Excellent
Icon color
BackgroundBlue#2D7FF9TextCharcoal#111827
Primary Button4.66:1
AA

Best for the main action users should notice first.

BackgroundMint#7CE7C5TextCharcoal#111827
Secondary Button11.91:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextAmber#FFB547
Outlined Button1.76:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextMint#7CE7C5
Text Button1.49:1
Low

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

Palette composition8 colorsSplit Complementary color relationship
9:41Minimalistic Bright Modern 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.

CMinimalistic Bright Modern Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors use a bright triadic structure that keeps the palette minimal in feel but lively in energy. Blue provides clarity, Mint adds freshness, and Amber delivers a clean highlight that prevents the system from becoming flat.

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.Blue #2D7FF9
HeadlineUsed for main titles and key messages.Blue #2D7FF9
LinkUsed for links and interactive text.Mint #7CE7C5

Buttons

Primary Button
BackgroundBlue #2D7FF9
TextCharcoal #111827
Secondary Button
BackgroundMint #7CE7C5
TextCharcoal #111827
Outlined Button
BackgroundAmber #FFB547
TextAmber #FFB547

Interface

TextDefault readable body text.Charcoal #111827
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111827
IconSmall interface icons and marks.Sky #A9D8FF
BorderCards, inputs, and component borders.Sky #A9D8FF
DividerSubtle separators between content.Seafoam #D7F4EA
OutlineFocus rings and emphasis outlines.Seafoam #D7F4EA

Palette Colors

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

Main (Brand) Colors

The main colors use a bright triadic structure that keeps the palette minimal in feel but lively in energy. Blue provides clarity, Mint adds freshness, and Amber delivers a clean highlight that prevents the system from becoming flat.

PrimaryBlue

RolesLogo, Btn Primary Bg, Headline

Blue gives the palette its clearest visual anchor and keeps the brand feeling direct and trustworthy.

HEX#2D7FF9
RGB45, 127, 249
HSL216, 94, 58
CMYK82, 49, 0, 2
SecondaryMint

RolesLink, Btn Secondary Bg

Mint adds a light, optimistic accent that softens the system without making it feel heavy.

HEX#7CE7C5
RGB124, 231, 197
HSL161, 69, 70
CMYK46, 0, 15, 9
TertiaryAmber

RolesBtn Outlined Border, Btn Outlined Text

Amber introduces a bright accent that adds warmth and makes outlined actions feel more inviting.

HEX#FFB547
RGB255, 181, 71
HSL36, 100, 64
CMYK0, 29, 72, 0

Support Colors

The support colors extend the main palette with quiet sky and seafoam tones that keep the interface bright while preserving a restrained, minimal character.

Sky

RolesIcon, Border

Sky lightens interface details and supports the main blue without competing with it.

HEX#A9D8FF
RGB169, 216, 255
HSL207, 100, 83
CMYK34, 15, 0, 0
Seafoam

RolesDivider, Outline

Seafoam gives soft structural support and helps surfaces stay clean and airy.

HEX#D7F4EA
RGB215, 244, 234
HSL159, 57, 90
CMYK12, 0, 4, 4

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#F5F7FA
RGB245, 247, 250
HSL216, 33, 97
CMYK2, 1, 0, 2
Charcoal

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

HEX#111827
RGB17, 24, 39
HSL221, 39, 11
CMYK56, 38, 0, 85

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-blue: #2D7FF9;
  --color-mint: #7CE7C5;
  --color-amber: #FFB547;
  --color-sky: #A9D8FF;
  --color-seafoam: #D7F4EA;
  --color-white: #FFFFFF;
  --color-ivory: #F5F7FA;
  --color-charcoal: #111827;
}

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: #2D7FF9;
  --role-btn-primary-bg: #2D7FF9;
  --role-headline: #2D7FF9;
  --role-link: #7CE7C5;
  --role-btn-secondary-bg: #7CE7C5;
  --role-btn-outlined-border: #FFB547;
  --role-btn-outlined-text: #FFB547;
  --role-icon: #A9D8FF;
  --role-border: #A9D8FF;
  --role-divider: #D7F4EA;
  --role-outline: #D7F4EA;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #111827;
  --role-text: #111827;
  --role-btn-primary-text: #111827;
  --role-btn-secondary-text: #111827;
}

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.
{
    "blue": "#2D7FF9",
    "mint": "#7CE7C5",
    "amber": "#FFB547",
    "sky": "#A9D8FF",
    "seafoam": "#D7F4EA",
    "white": "#FFFFFF",
    "ivory": "#F5F7FA",
    "charcoal": "#111827"
}
Press Space to load new palette