Magenta#D7267B
Viridian Green#3FA673
Raspberry#BC4679
Moss Green#5B8B66
Palette direction

Pink Green Bold Color Palette

This feminine and bold fashion editorial palette blends vibrant pinks and fresh greens to convey energy and style, with soft support tones that enhance sophistication and three neutrals ensuring readability and balance.

ComplementaryFashion Beautyfemininefashioneditorialpink
palette-preview.example
Fashion Beauty color direction

Pink Green Bold Color Palette

This feminine and bold fashion editorial palette blends vibrant pinks and fresh greens to convey energy and style, with soft support tones that enhance sophistication and three neutrals ensuring readability and balance.

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 White #FFFFFFon Magenta #D7267B4.7:1 Strong
Logo Charcoal #2E2E2Eon White #FFFFFF13.6:1 Excellent
Logo White #FFFFFFon Charcoal #2E2E2E13.6:1 Excellent
Logo White #FFFFFFon Raspberry #BC46794.9:1 Strong
Icon color
BackgroundMagenta#D7267BTextWhite#FFFFFF
Primary Button4.72:1
AA

Best for the main action users should notice first.

BackgroundViridian Green#3FA673TextCharcoal#2E2E2E
Secondary Button4.47:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextMagenta#D7267B
Outlined Button4.72:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextMagenta#D7267B
Text Button4.72:1
AA

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

Palette composition7 colorsComplementary color relationship
9:41Pink Green Bold 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.

CPink Green Bold Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form a complementary scheme balancing vibrant Pink and refreshing Green to create a dynamic and memorable foundation for a bold and feminine fashion brand.

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.Magenta #D7267B
HeadlineUsed for main titles and key messages.Viridian Green #3FA673
LinkUsed for links and interactive text.Magenta #D7267B

Buttons

Primary Button
BackgroundMagenta #D7267B
TextWhite #FFFFFF
Secondary Button
BackgroundViridian Green #3FA673
TextCharcoal #2E2E2E
Outlined Button
BackgroundMagenta #D7267B
TextMagenta #D7267B

Interface

TextDefault readable body text.Charcoal #2E2E2E
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F6F5F3
IconSmall interface icons and marks.Raspberry #BC4679
BorderCards, inputs, and component borders.Raspberry #BC4679
DividerSubtle separators between content.Raspberry #BC4679
OutlineFocus rings and emphasis outlines.Raspberry #BC4679

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 complementary scheme balancing vibrant Pink and refreshing Green to create a dynamic and memorable foundation for a bold and feminine fashion brand.

PrimaryMagenta

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

Magenta infuses the palette with bold femininity and energetic vibrance, making it perfect for attention-grabbing logos and call-to-action elements.

HEX#D7267B
RGB215, 38, 123
HSL331, 70, 50
CMYK0, 82, 43, 16
SecondaryViridian Green

RolesHeadline, Btn Secondary Bg

Viridian Green provides a fresh and natural contrast while maintaining the palette's fashion-forward, editorial edge.

HEX#3FA673
RGB63, 166, 115
HSL150, 45, 45
CMYK62, 0, 31, 35

Support Colors

The support colors extend the vibrancy of the main palette with saturated yet muted versions of pink and green, adding visual interest to iconography and borders without overpowering the main hues.

Raspberry

RolesIcon, Border, Divider, Outline

Raspberry offers a deeper, subdued pink that complements Magenta by softening its impact, perfect for supporting visual details and outlines.

HEX#BC4679
RGB188, 70, 121
HSL334, 47, 51
CMYK0, 63, 36, 26
Moss Green

Moss Green grounds the Viridian Green by providing a refined, muted tone that balances boldness with editorial sophistication.

HEX#5B8B66
RGB91, 139, 102
HSL134, 21, 45
CMYK35, 0, 27, 45

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
Ivory

RolesBg Dark

HEX#F6F5F3
RGB246, 245, 243
HSL40, 14, 96
CMYK0, 0, 1, 4
Charcoal

RolesText, Btn Secondary Text

HEX#2E2E2E
RGB46, 46, 46
HSL0, 0, 18
CMYK0, 0, 0, 82

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-magenta: #D7267B;
  --color-viridian-green: #3FA673;
  --color-raspberry: #BC4679;
  --color-moss-green: #5B8B66;
  --color-white: #FFFFFF;
  --color-ivory: #F6F5F3;
  --color-charcoal: #2E2E2E;
}

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: #D7267B;
  --role-link: #D7267B;
  --role-btn-primary-bg: #D7267B;
  --role-btn-outlined-border: #D7267B;
  --role-btn-outlined-text: #D7267B;
  --role-headline: #3FA673;
  --role-btn-secondary-bg: #3FA673;
  --role-icon: #BC4679;
  --role-border: #BC4679;
  --role-divider: #BC4679;
  --role-outline: #BC4679;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F6F5F3;
  --role-text: #2E2E2E;
  --role-btn-secondary-text: #2E2E2E;
}

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.
{
    "magenta": "#D7267B",
    "viridian-green": "#3FA673",
    "raspberry": "#BC4679",
    "moss-green": "#5B8B66",
    "white": "#FFFFFF",
    "ivory": "#F6F5F3",
    "charcoal": "#2E2E2E"
}
Press Space to load new palette