Blue#1E90FF
Medium Sea Green#3CB371
Dark Orange#FF8C00
Dark Olive Green#556B2F
Steel Blue#4682B4
Palette direction

Vibrant Artistic Creative Color Palette

This palette draws inspiration from the image's vibrant blues, greens, and warm oranges, balanced by earthy support tones and clean neutrals for versatility and readability.

ComplementaryCreativevibrantartisticbluegreen
palette-preview.example
Creative color direction

Vibrant Artistic Creative Color Palette

This palette draws inspiration from the image's vibrant blues, greens, and warm oranges, balanced by earthy support tones and clean neutrals for versatility and readability.

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 Dark Slate Gray #2F4F4Fon White #FFFFFF8.9:1 Excellent
Logo White #FFFFFFon Dark Slate Gray #2F4F4F8.9:1 Excellent
Logo White #FFFFFFon Dark Olive Green #556B2F5.9:1 Strong
Icon color
BackgroundBlue#1E90FFTextWhite#FFFFFF
Primary Button3.24:1
Large text

Best for the main action users should notice first.

BackgroundMedium Sea Green#3CB371TextDark Slate Gray#2F4F4F
Secondary Button3.35:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextBlue#1E90FF
Outlined Button3.24:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextBlue#1E90FF
Text Button3.24:1
Large text

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

Palette composition8 colorsComplementary color relationship
9:41Vibrant Artistic Creative 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.

CVibrant Artistic Creative Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The three main colors are a triadic mix of vibrant blue, vivid green, and warm orange, creating a lively and balanced visual identity that mirrors the image's energy and contrast.

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 #1E90FF
HeadlineUsed for main titles and key messages.Blue #1E90FF
LinkUsed for links and interactive text.Blue #1E90FF

Buttons

Primary Button
BackgroundBlue #1E90FF
TextWhite #FFFFFF
Secondary Button
BackgroundMedium Sea Green #3CB371
TextDark Slate Gray #2F4F4F
Outlined Button
BackgroundBlue #1E90FF
TextBlue #1E90FF

Interface

TextDefault readable body text.Dark Slate Gray #2F4F4F
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.White Smoke #F5F5F5
IconSmall interface icons and marks.Dark Olive Green #556B2F
BorderCards, inputs, and component borders.Dark Olive Green #556B2F
DividerSubtle separators between content.Dark Olive Green #556B2F
OutlineFocus rings and emphasis outlines.Dark Olive Green #556B2F

Palette Colors

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

Main (Brand) Colors

The three main colors are a triadic mix of vibrant blue, vivid green, and warm orange, creating a lively and balanced visual identity that mirrors the image's energy and contrast.

PrimaryBlue

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

This vibrant Blue conveys energy and creativity, serving as the primary brand anchor for attention and trust.

HEX#1E90FF
RGB30, 144, 255
HSL210, 100, 56
CMYK88, 44, 0, 0
SecondaryMedium Sea Green

RolesBtn Secondary Bg

The Medium Sea Green adds a fresh, natural balance to the palette, bringing calmness and harmony.

HEX#3CB371
RGB60, 179, 113
HSL147, 50, 47
CMYK66, 0, 37, 30
TertiaryDark Orange

Dark Orange provides warmth and vibrancy that energizes interactive elements and highlights.

HEX#FF8C00
RGB255, 140, 0
HSL33, 100, 50
CMYK0, 45, 100, 0

Support Colors

The support colors are muted and earthy variations that complement the vivid mains while maintaining visual harmony and subtlety.

Dark Olive Green

RolesIcon, Border, Divider, Outline

Dark Olive Green brings a grounded, natural accent that reinforces the greens and balances the palette with subtle contrast.

HEX#556B2F
RGB85, 107, 47
HSL82, 39, 30
CMYK21, 0, 56, 58
Steel Blue

Steel Blue supports the main Blue with a slightly muted tone, adding depth without competing for attention.

HEX#4682B4
RGB70, 130, 180
HSL207, 44, 49
CMYK61, 28, 0, 29

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
White Smoke

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Dark Slate Gray

RolesText, Btn Secondary Text

HEX#2F4F4F
RGB47, 79, 79
HSL180, 25, 25
CMYK41, 0, 0, 69

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: #1E90FF;
  --color-medium-sea-green: #3CB371;
  --color-dark-orange: #FF8C00;
  --color-dark-olive-green: #556B2F;
  --color-steel-blue: #4682B4;
  --color-white: #FFFFFF;
  --color-white-smoke: #F5F5F5;
  --color-dark-slate-gray: #2F4F4F;
}

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: #1E90FF;
  --role-link: #1E90FF;
  --role-btn-primary-bg: #1E90FF;
  --role-btn-outlined-border: #1E90FF;
  --role-btn-outlined-text: #1E90FF;
  --role-headline: #1E90FF;
  --role-btn-secondary-bg: #3CB371;
  --role-icon: #556B2F;
  --role-border: #556B2F;
  --role-divider: #556B2F;
  --role-outline: #556B2F;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #2F4F4F;
  --role-btn-secondary-text: #2F4F4F;
}

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": "#1E90FF",
    "medium-sea-green": "#3CB371",
    "dark-orange": "#FF8C00",
    "dark-olive-green": "#556B2F",
    "steel-blue": "#4682B4",
    "white": "#FFFFFF",
    "white-smoke": "#F5F5F5",
    "dark-slate-gray": "#2F4F4F"
}
Press Space to load new palette