Lime#A9CF2A
Raspberry#D93672
Ivory#F5EFD2
Forest Green#1E3A1A
Rose#E8A3BE
Palette direction

Lime Magenta Stripe Color Palette

This palette turns the image’s bold stripe-like energy into a structured brand system with vivid lime and a warmer pink-red accent balanced by a deep forest green and warm blush. The contrast feels modern and expressive, while the neutrals keep the identity clean and usable across interfaces.

CustomFashion Beautylimemagentablusholive
palette-preview.example
Fashion Beauty color direction

Lime Magenta Stripe Color Palette

This palette turns the image’s bold stripe-like energy into a structured brand system with vivid lime and a warmer pink-red accent balanced by a deep forest green and warm blush. The contrast feels modern and expressive, while the neutrals keep the identity clean and usable across interfaces.

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 #1B1B1Fon Ivory #F5EFD214.8:1 Excellent
Logo Charcoal #1B1B1Fon Lime #A9CF2A9.5:1 Excellent
Logo Charcoal #1B1B1Fon White #FFFFFF17.2:1 Excellent
Logo White #FFFFFFon Charcoal #1B1B1F17.2:1 Excellent
Icon color
BackgroundLime#A9CF2ATextCharcoal#1B1B1F
Primary Button9.52:1
AAA

Best for the main action users should notice first.

BackgroundRaspberry#D93672TextWhite#FFFFFF
Secondary Button4.45:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextEggshell#F8F4EA
Outlined Button1.10:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextRaspberry#D93672
Text Button4.45:1
Large text

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

Palette composition8 colorsCustom color relationship
9:41Lime Magenta Stripe 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.

CLime Magenta Stripe Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors recreate the image’s energetic striped contrast in a way that feels intentional and brand-ready. Lime and the warmer magenta-red keep the system high-impact and fashion-led, while Ivory anchors the palette with a lighter, polished edge.

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.Lime #A9CF2A
HeadlineUsed for main titles and key messages.Lime #A9CF2A
LinkUsed for links and interactive text.Raspberry #D93672

Buttons

Primary Button
BackgroundLime #A9CF2A
TextCharcoal #1B1B1F
Secondary Button
BackgroundRaspberry #D93672
TextWhite #FFFFFF
Outlined Button
BackgroundRose #E8A3BE
TextEggshell #F8F4EA

Interface

TextDefault readable body text.Charcoal #1B1B1F
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1B1B1F
IconSmall interface icons and marks.Forest Green #1E3A1A
BorderCards, inputs, and component borders.Forest Green #1E3A1A
DividerSubtle separators between content.Forest Green #1E3A1A
OutlineFocus rings and emphasis outlines.Rose #E8A3BE

Palette Colors

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

Main (Brand) Colors

The main colors recreate the image’s energetic striped contrast in a way that feels intentional and brand-ready. Lime and the warmer magenta-red keep the system high-impact and fashion-led, while Ivory anchors the palette with a lighter, polished edge.

PrimaryLime

RolesLogo, Btn Primary Bg, Headline

Lime adds sharp visibility and a fresh, confident signal that makes the brand feel current and energetic.

HEX#A9CF2A
RGB169, 207, 42
HSL74, 66, 49
CMYK18, 0, 80, 19
SecondaryRaspberry

RolesLink, Btn Secondary Bg

Raspberry brings expressive momentum and helps the palette feel more fashion-led and memorable.

HEX#D93672
RGB217, 54, 114
HSL338, 68, 53
CMYK0, 75, 47, 15
TertiaryIvory

Ivory softens the intensity of the brighter hues and gives the system a light, polished resting point.

HEX#F5EFD2
RGB245, 239, 210
HSL50, 64, 89
CMYK0, 2, 14, 4

Support Colors

The support colors extend the palette with muted warmth and a deeper grounded accent so the bright main colors stay balanced. They add flexibility for interface states, depth, and subtle emphasis without competing with the core stripes.

Forest Green

RolesIcon, Border, Divider

Forest Green gives supporting UI elements a darker, more grounded anchor that still feels connected to the lime family.

HEX#1E3A1A
RGB30, 58, 26
HSL113, 38, 16
CMYK48, 0, 55, 77
Rose

RolesOutline, Btn Outlined Border

Rose softens the magenta-red into a lighter accent that works well for delicate outlines and restrained emphasis.

HEX#E8A3BE
RGB232, 163, 190
HSL337, 60, 77
CMYK0, 30, 18, 9

Neutral Colors

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

White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Eggshell

RolesBtn Outlined Text

HEX#F8F4EA
RGB248, 244, 234
HSL43, 50, 95
CMYK0, 2, 6, 3
Charcoal

RolesBg Dark, Text, Btn Primary Text

HEX#1B1B1F
RGB27, 27, 31
HSL240, 7, 11
CMYK13, 13, 0, 88

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-lime: #A9CF2A;
  --color-raspberry: #D93672;
  --color-ivory: #F5EFD2;
  --color-forest-green: #1E3A1A;
  --color-rose: #E8A3BE;
  --color-white: #FFFFFF;
  --color-eggshell: #F8F4EA;
  --color-charcoal: #1B1B1F;
}

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: #A9CF2A;
  --role-btn-primary-bg: #A9CF2A;
  --role-headline: #A9CF2A;
  --role-link: #D93672;
  --role-btn-secondary-bg: #D93672;
  --role-icon: #1E3A1A;
  --role-border: #1E3A1A;
  --role-divider: #1E3A1A;
  --role-outline: #E8A3BE;
  --role-btn-outlined-border: #E8A3BE;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-btn-outlined-text: #F8F4EA;
  --role-bg-dark: #1B1B1F;
  --role-text: #1B1B1F;
  --role-btn-primary-text: #1B1B1F;
}

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.
{
    "lime": "#A9CF2A",
    "raspberry": "#D93672",
    "ivory": "#F5EFD2",
    "forest-green": "#1E3A1A",
    "rose": "#E8A3BE",
    "white": "#FFFFFF",
    "eggshell": "#F8F4EA",
    "charcoal": "#1B1B1F"
}
Press Space to load new palette