Warm Beige#D6C1B1
Pumpkin Orange#E85C26
Terracotta#B55A33
Peach Illusion#F6E2D3
Palette direction

Beige Orange Yoga Color Palette

This palette uses warm neutral beiges paired with vibrant oranges to convey energy and balance, ideal for a yoga sport brand that blends calmness with dynamic movement.

MonochromaticHealth Wellnessbeigeorangeyogasport
palette-preview.example
Health Wellness color direction

Beige Orange Yoga Color Palette

This palette uses warm neutral beiges paired with vibrant oranges to convey energy and balance, ideal for a yoga sport brand that blends calmness with dynamic movement.

Explore the color system7 colors mapped to roles
Logo contrast guide

Logo color pairings

Each column shows a usable logo color on a palette background, with contrast checked for clarity.

Logo Charcoal #2F2F2F
on Warm Beige #D6C1B1

7.7:1 Excellent

Logo Charcoal #2F2F2F
on Pure White #FFFFFF

13.4:1 Excellent

Logo Pure White #FFFFFF
on Charcoal #2F2F2F

13.4:1 Excellent

Logo Charcoal #2F2F2F
on Peach Illusion #F6E2D3

10.7:1 Excellent
Business card

Printed materials without guessing.

A neutral card system with the logo color, contact text, and a restrained palette accent.

Avery Stone Palette designer avery@example.com colorfly.design
Mobile website

The palette has to survive the small screen.

A mobile landing page preview with logo, navigation, headline, CTA, content card, and chart color usage.

Health Wellness Beige Orange Yoga Color Palette

The main colors combine earthy Beige with a vibrant Orange to create a complementary contrast that symbolizes both grounded calm and energetic vitality.

Analytics system

Dashboards need more than one pretty color.

Numbers, pie charts, bars, stacked bars, and lines reveal whether the palette can support real product interfaces.

Revenue$84.2k+18.4%
Retention72%Stable
Signals7Monochromatic
Audience split
Monthly growth
Trend line

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.Warm Beige #D6C1B1
HeadlineUsed for main titles and key messages.Warm Beige #D6C1B1
LinkUsed for links and interactive text.Warm Beige #D6C1B1

Buttons

Primary Button
Contrast7.73:1AA
BackgroundWarm Beige #D6C1B1
TextCharcoal #2F2F2F
Secondary Button
Contrast3.82:1Large text
BackgroundPumpkin Orange #E85C26
TextCharcoal #2F2F2F
Outlined Button
Contrast1.73:1Low
BorderWarm Beige #D6C1B1
TextWarm Beige #D6C1B1

Interface

TextDefault readable body text.Charcoal #2F2F2F
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory Lace #F8F4F0
IconSmall interface icons and marks.Terracotta #B55A33
BorderCards, inputs, and component borders.Terracotta #B55A33
DividerSubtle separators between content.Terracotta #B55A33
OutlineFocus rings and emphasis outlines.Terracotta #B55A33

Print Color Values

CMYK values are calculated from HEX by default. Adjust them only when preparing print materials.

Palette Colors

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

Main (Brand) Colors

The main colors combine earthy Beige with a vibrant Orange to create a complementary contrast that symbolizes both grounded calm and energetic vitality.

PrimaryWarm Beige

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

Warm Beige offers a soft, grounded base that communicates calmness and approachability, essential for yoga and wellness branding.

HEX#D6C1B1
RGB214, 193, 177
HSL26, 31, 77
CMYK0, 10, 17, 16
SecondaryPumpkin Orange

RolesBtn Secondary Bg

Pumpkin Orange delivers vibrant energy and enthusiasm, inspiring activity and motivation in the sport context.

HEX#E85C26
RGB232, 92, 38
HSL17, 81, 53
CMYK0, 60, 84, 9

Support Colors

The support colors extend the warmth and balance of the main palette with muted terracotta and soft peach, reinforcing the natural and inviting vibe without overpowering the main tones.

Terracotta

RolesIcon, Border, Divider, Outline

Terracotta complements the main orange by reinforcing warmth and natural earthiness, subtly supporting key UI elements.

HEX#B55A33
RGB181, 90, 51
HSL18, 56, 45
CMYK0, 50, 72, 29
Peach Illusion

Peach Illusion provides a gentle, light accent that balances the deeper oranges and beiges, enhancing readability and warmth.

HEX#F6E2D3
RGB246, 226, 211
HSL26, 66, 90
CMYK0, 8, 14, 4

Neutral Colors

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

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory Lace

RolesBg Dark

HEX#F8F4F0
RGB248, 244, 240
HSL30, 36, 96
CMYK0, 2, 3, 3
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#2F2F2F
RGB47, 47, 47
HSL0, 0, 18
CMYK0, 0, 0, 82

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-warm-beige: #D6C1B1;
  --color-pumpkin-orange: #E85C26;
  --color-terracotta: #B55A33;
  --color-peach-illusion: #F6E2D3;
  --color-pure-white: #FFFFFF;
  --color-ivory-lace: #F8F4F0;
  --color-charcoal: #2F2F2F;
}

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: #D6C1B1;
  --role-link: #D6C1B1;
  --role-btn-primary-bg: #D6C1B1;
  --role-btn-outlined-border: #D6C1B1;
  --role-btn-outlined-text: #D6C1B1;
  --role-headline: #D6C1B1;
  --role-btn-secondary-bg: #E85C26;
  --role-icon: #B55A33;
  --role-border: #B55A33;
  --role-divider: #B55A33;
  --role-outline: #B55A33;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F8F4F0;
  --role-text: #2F2F2F;
  --role-btn-primary-text: #2F2F2F;
  --role-btn-secondary-text: #2F2F2F;
}

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.
{
    "warm-beige": "#D6C1B1",
    "pumpkin-orange": "#E85C26",
    "terracotta": "#B55A33",
    "peach-illusion": "#F6E2D3",
    "pure-white": "#FFFFFF",
    "ivory-lace": "#F8F4F0",
    "charcoal": "#2F2F2F"
}
Press Space to load new palette