Medium Mint Green#00B37E
Deep Green#00875F
Vibrant Coral#FBA94C
Dark Forest Green#00704A
Soft Platinum#F3F3F3
Palette direction

Vibrant Mint Coral Color Palette

This palette draws on the vibrant and clean aesthetic of the image, balancing strong contrast with soft neutrals to create a cohesive and inviting color system for a modern brand. The main colors are bright and fresh, evoking innovation and energy, while the support colors provide subtle depth and balance without overpowering.

CustomTechvibrantmintcoraltech
palette-preview.example
Tech color direction

Vibrant Mint Coral Color Palette

This palette draws on the vibrant and clean aesthetic of the image, balancing strong contrast with soft neutrals to create a cohesive and inviting color system for a modern brand. The main colors are bright and fresh, evoking innovation and energy, while the support colors provide subtle depth and balance without overpowering.

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 Raisin Black #0B0B0Bon Vibrant Coral #FBA94C10.2:1 Excellent
Logo Raisin Black #0B0B0Bon Medium Mint Green #00B37E7.3:1 Excellent
Logo Pure White #FFFFFFon Deep Green #00875F4.5:1 Strong
Logo Raisin Black #0B0B0Bon Pure White #FFFFFF19.7:1 Excellent
Icon color
BackgroundMedium Mint Green#00B37ETextRaisin Black#0B0B0B
Primary Button7.26:1
AAA

Best for the main action users should notice first.

BackgroundDeep Green#00875FTextPure White#FFFFFF
Secondary Button4.53:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextMedium Mint Green#00B37E
Outlined Button2.71:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextMedium Mint Green#00B37E
Text Button2.71:1
Low

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

Palette composition8 colorsCustom color relationship
9:41Vibrant Mint Coral Color Palette Color role balance
Custom 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 Mint Coral Color PaletteTech 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.Medium Mint Green #00B37E
HeadlineUsed for main titles and key messages.Deep Green #00875F
LinkUsed for links and interactive text.Medium Mint Green #00B37E

Buttons

Primary Button
BackgroundMedium Mint Green #00B37E
TextRaisin Black #0B0B0B
Secondary Button
BackgroundDeep Green #00875F
TextPure White #FFFFFF
Outlined Button
BackgroundMedium Mint Green #00B37E
TextMedium Mint Green #00B37E

Interface

TextDefault readable body text.Raisin Black #0B0B0B
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Near White #F8F8F8
IconSmall interface icons and marks.Dark Forest Green #00704A
BorderCards, inputs, and component borders.Dark Forest Green #00704A
DividerSubtle separators between content.Dark Forest Green #00704A
OutlineFocus rings and emphasis outlines.Dark Forest Green #00704A

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 split complementary scheme combining vibrant green hues with a contrasting warm coral for high energy and recognition.

PrimaryMedium Mint Green

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

Medium Mint Green conveys freshness and modern innovation, making it ideal for brand recognition and strong interactive elements.

HEX#00B37E
RGB0, 179, 126
HSL162, 100, 35
CMYK100, 0, 30, 30
SecondaryDeep Green

RolesHeadline, Btn Secondary Bg

Deep Green provides grounded sophistication and depth, enhancing legibility and balance for headlines.

HEX#00875F
RGB0, 135, 95
HSL162, 100, 26
CMYK100, 0, 30, 47
TertiaryVibrant Coral

Vibrant Coral injects energy and warmth, complementing greens to highlight calls to action or friendly accents.

HEX#FBA94C
RGB251, 169, 76
HSL32, 96, 64
CMYK0, 33, 70, 2

Support Colors

The support colors extend the palette with unobtrusive neutral greens and an orange accent that tone down brightness and harmonize with main hues.

Dark Forest Green

RolesIcon, Border, Divider, Outline

Dark Forest Green complements the main greens by adding subtle depth to interface elements like borders and icons.

HEX#00704A
RGB0, 112, 74
HSL160, 100, 22
CMYK100, 0, 34, 56
Soft Platinum

Soft Platinum is a gentle near-white to enhance secondary button text clarity without stark contrast.

HEX#F3F3F3
RGB243, 243, 243
HSL0, 0, 95
CMYK0, 0, 0, 5

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

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

RolesBg Dark

HEX#F8F8F8
RGB248, 248, 248
HSL0, 0, 97
CMYK0, 0, 0, 3
Raisin Black

RolesText, Btn Primary Text

HEX#0B0B0B
RGB11, 11, 11
HSL0, 0, 4
CMYK0, 0, 0, 96

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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-medium-mint-green: #00B37E;
  --color-deep-green: #00875F;
  --color-vibrant-coral: #FBA94C;
  --color-dark-forest-green: #00704A;
  --color-soft-platinum: #F3F3F3;
  --color-pure-white: #FFFFFF;
  --color-near-white: #F8F8F8;
  --color-raisin-black: #0B0B0B;
}

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: #00B37E;
  --role-link: #00B37E;
  --role-btn-primary-bg: #00B37E;
  --role-btn-outlined-border: #00B37E;
  --role-btn-outlined-text: #00B37E;
  --role-headline: #00875F;
  --role-btn-secondary-bg: #00875F;
  --role-icon: #00704A;
  --role-border: #00704A;
  --role-divider: #00704A;
  --role-outline: #00704A;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F8F8F8;
  --role-text: #0B0B0B;
  --role-btn-primary-text: #0B0B0B;
}

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.
{
    "medium-mint-green": "#00B37E",
    "deep-green": "#00875F",
    "vibrant-coral": "#FBA94C",
    "dark-forest-green": "#00704A",
    "soft-platinum": "#F3F3F3",
    "pure-white": "#FFFFFF",
    "near-white": "#F8F8F8",
    "raisin-black": "#0B0B0B"
}
Press Space to load new palette