Crimson#D94153
Light Pink#E6A1AA
Sage Green#70966D
Muted Blue#88A0B9
Deep Olive#5A664F
Palette direction

Happy Berry Playful Color Palette

This palette combines vibrant red and soft pink with earthy green and calming blue, creating a fresh, joyful, and natural brand identity inspired by the happy berry character. The colors maintain strong contrast for usability while reflecting the playful and wholesome qualities of the brand.

CustomFood Beverageberryhappyplayfulnatural
palette-preview.example
Food Beverage color direction

Happy Berry Playful Color Palette

This palette combines vibrant red and soft pink with earthy green and calming blue, creating a fresh, joyful, and natural brand identity inspired by the happy berry character. The colors maintain strong contrast for usability while reflecting the playful and wholesome qualities of the brand.

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 #333333on Light Pink #E6A1AA6.0:1 Strong
Logo Charcoal #333333on White #FFFFFF12.6:1 Excellent
Logo White #FFFFFFon Charcoal #33333312.6:1 Excellent
Logo White #FFFFFFon Deep Olive #5A664F6.1:1 Strong
Icon color
BackgroundCrimson#D94153TextWhite#FFFFFF
Primary Button4.35:1
Large text

Best for the main action users should notice first.

BackgroundLight Pink#E6A1AATextCharcoal#333333
Secondary Button6.04:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCrimson#D94153
Outlined Button4.35:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCrimson#D94153
Text Button4.35:1
Large text

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

Palette composition8 colorsCustom color relationship
9:41Happy Berry Playful 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.

CHappy Berry Playful Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors of vibrant red, soft pink, and earthy green provide a friendly and energetic yet grounded visual system that echoes the joyful berry character and natural theme.

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.Crimson #D94153
HeadlineUsed for main titles and key messages.Light Pink #E6A1AA
LinkUsed for links and interactive text.Crimson #D94153

Buttons

Primary Button
BackgroundCrimson #D94153
TextWhite #FFFFFF
Secondary Button
BackgroundLight Pink #E6A1AA
TextCharcoal #333333
Outlined Button
BackgroundCrimson #D94153
TextCrimson #D94153

Interface

TextDefault readable body text.Charcoal #333333
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F5F5F5
IconSmall interface icons and marks.Muted Blue #88A0B9
BorderCards, inputs, and component borders.Muted Blue #88A0B9
DividerSubtle separators between content.Muted Blue #88A0B9
OutlineFocus rings and emphasis outlines.Muted Blue #88A0B9

Palette Colors

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

Main (Brand) Colors

The main colors of vibrant red, soft pink, and earthy green provide a friendly and energetic yet grounded visual system that echoes the joyful berry character and natural theme.

PrimaryCrimson

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

Crimson brings bold energy and vibrancy to the brand, capturing attention and expressing joy.

HEX#D94153
RGB217, 65, 83
HSL353, 67, 55
CMYK0, 70, 62, 15
SecondaryLight Pink

RolesBtn Secondary Bg, Headline

Light Pink adds softness and approachability, balancing the boldness of crimson with warmth.

HEX#E6A1AA
RGB230, 161, 170
HSL352, 58, 77
CMYK0, 30, 26, 10
TertiarySage Green

Sage Green grounds the palette with an earthy, natural feel that compliments the berry theme.

HEX#70966D
RGB112, 150, 109
HSL116, 16, 51
CMYK25, 0, 27, 41

Support Colors

Support colors of muted blue and deep olive extend the palette with subtle, calm accents that don’t compete but enhance usability and balance.

Muted Blue

RolesIcon, Border, Divider, Outline

Muted Blue provides a calm, stable accent that balances the warm reds and greens.

HEX#88A0B9
RGB136, 160, 185
HSL211, 26, 63
CMYK26, 14, 0, 27
Deep Olive

Deep Olive acts as a subdued greenish tone that supports the main sage while adding depth.

HEX#5A664F
RGB90, 102, 79
HSL91, 13, 35
CMYK12, 0, 23, 60

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#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText, Btn Secondary Text

HEX#333333
RGB51, 51, 51
HSL0, 0, 20
CMYK0, 0, 0, 80

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-crimson: #D94153;
  --color-light-pink: #E6A1AA;
  --color-sage-green: #70966D;
  --color-muted-blue: #88A0B9;
  --color-deep-olive: #5A664F;
  --color-white: #FFFFFF;
  --color-ivory: #F5F5F5;
  --color-charcoal: #333333;
}

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: #D94153;
  --role-link: #D94153;
  --role-btn-primary-bg: #D94153;
  --role-btn-outlined-border: #D94153;
  --role-btn-outlined-text: #D94153;
  --role-btn-secondary-bg: #E6A1AA;
  --role-headline: #E6A1AA;
  --role-icon: #88A0B9;
  --role-border: #88A0B9;
  --role-divider: #88A0B9;
  --role-outline: #88A0B9;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #333333;
  --role-btn-secondary-text: #333333;
}

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.
{
    "crimson": "#D94153",
    "light-pink": "#E6A1AA",
    "sage-green": "#70966D",
    "muted-blue": "#88A0B9",
    "deep-olive": "#5A664F",
    "white": "#FFFFFF",
    "ivory": "#F5F5F5",
    "charcoal": "#333333"
}
Press Space to load new palette