Olive Green#8A9A5B
Coral Orange#F27121
Sand#D6C6A8
Sage Gray#B2B7A3
Burnt Orange#C9642D
Palette direction

Olive Orange Bike Color Palette

This palette draws inspiration from the muted green frame, the vibrant orange wheels, and the subtle gray accents of the bike in the image. It balances earthy natural hues with energetic, warm tones to convey playfulness, reliability, and creativity in a modern, approachable way.

AnalogousCreativeolive greenorangekidsplayful
palette-preview.example
Creative color direction

Olive Orange Bike Color Palette

This palette draws inspiration from the muted green frame, the vibrant orange wheels, and the subtle gray accents of the bike in the image. It balances earthy natural hues with energetic, warm tones to convey playfulness, reliability, and creativity in a modern, approachable way.

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 #3F3A38on Sand #D6C6A86.7:1 Strong
Logo Charcoal #3F3A38on White #FFFFFF11.2:1 Excellent
Logo White #FFFFFFon Charcoal #3F3A3811.2:1 Excellent
Logo Charcoal #3F3A38on Sage Gray #B2B7A35.4:1 Strong
Icon color
BackgroundOlive Green#8A9A5BTextCharcoal#3F3A38
Primary Button3.66:1
Large text

Best for the main action users should notice first.

BackgroundCoral Orange#F27121TextCharcoal#3F3A38
Secondary Button3.82:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextSand#D6C6A8
Outlined Button1.68:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextOlive Green#8A9A5B
Text Button3.06:1
Large text

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

Palette composition8 colorsAnalogous color relationship
9:41Olive Orange Bike Color Palette Color role balance
Analogous 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.

COlive Orange Bike Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors are an olive green, a bright orange, and a soft complementary beige, forming a split-complementary scheme that balances warm energy with grounded calmness.

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.Olive Green #8A9A5B
HeadlineUsed for main titles and key messages.Coral Orange #F27121
LinkUsed for links and interactive text.Olive Green #8A9A5B

Buttons

Primary Button
BackgroundOlive Green #8A9A5B
TextCharcoal #3F3A38
Secondary Button
BackgroundCoral Orange #F27121
TextCharcoal #3F3A38
Outlined Button
BackgroundCoral Orange #F27121
TextSand #D6C6A8

Interface

TextDefault readable body text.Charcoal #3F3A38
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F7F6F2
IconSmall interface icons and marks.Sage Gray #B2B7A3
BorderCards, inputs, and component borders.Sage Gray #B2B7A3
DividerSubtle separators between content.Sage Gray #B2B7A3
OutlineFocus rings and emphasis outlines.Sage Gray #B2B7A3

Palette Colors

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

Main (Brand) Colors

The main colors are an olive green, a bright orange, and a soft complementary beige, forming a split-complementary scheme that balances warm energy with grounded calmness.

PrimaryOlive Green

RolesLogo, Btn Primary Bg, Link

Olive Green represents nature, growth, and reliability, creating a sturdy foundation for the brand.

HEX#8A9A5B
RGB138, 154, 91
HSL75, 26, 48
CMYK10, 0, 41, 40
SecondaryCoral Orange

RolesBtn Secondary Bg, Headline, Btn Outlined Border

Coral Orange is vibrant and playful, injecting energy and friendliness into the palette.

HEX#F27121
RGB242, 113, 33
HSL23, 89, 54
CMYK0, 53, 86, 5
TertiarySand

RolesBtn Outlined Text

Sand softens the palette with a warm neutrality that balances the brighter hues.

HEX#D6C6A8
RGB214, 198, 168
HSL39, 36, 75
CMYK0, 7, 21, 16

Support Colors

The support colors extend the palette with muted earth tones that complement the main colors without overwhelming, supporting usability and visual balance.

Sage Gray

RolesIcon, Border, Divider, Outline

Sage Gray adds subtle texture and neutrality, harmonizing with the olive green and sand.

HEX#B2B7A3
RGB178, 183, 163
HSL75, 12, 68
CMYK3, 0, 11, 28
Burnt Orange

Burnt Orange provides depth and variation to the secondary color, enhancing contrast and readability.

HEX#C9642D
RGB201, 100, 45
HSL21, 63, 48
CMYK0, 50, 78, 21

Neutral Colors

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

White

RolesBg Light

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

RolesBg Dark

HEX#F7F6F2
RGB247, 246, 242
HSL48, 24, 96
CMYK0, 0, 2, 3
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#3F3A38
RGB63, 58, 56
HSL17, 6, 23
CMYK0, 8, 11, 75

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-olive-green: #8A9A5B;
  --color-coral-orange: #F27121;
  --color-sand: #D6C6A8;
  --color-sage-gray: #B2B7A3;
  --color-burnt-orange: #C9642D;
  --color-white: #FFFFFF;
  --color-ivory: #F7F6F2;
  --color-charcoal: #3F3A38;
}

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: #8A9A5B;
  --role-btn-primary-bg: #8A9A5B;
  --role-link: #8A9A5B;
  --role-btn-secondary-bg: #F27121;
  --role-headline: #F27121;
  --role-btn-outlined-border: #F27121;
  --role-btn-outlined-text: #D6C6A8;
  --role-icon: #B2B7A3;
  --role-border: #B2B7A3;
  --role-divider: #B2B7A3;
  --role-outline: #B2B7A3;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F7F6F2;
  --role-text: #3F3A38;
  --role-btn-primary-text: #3F3A38;
  --role-btn-secondary-text: #3F3A38;
}

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.
{
    "olive-green": "#8A9A5B",
    "coral-orange": "#F27121",
    "sand": "#D6C6A8",
    "sage-gray": "#B2B7A3",
    "burnt-orange": "#C9642D",
    "white": "#FFFFFF",
    "ivory": "#F7F6F2",
    "charcoal": "#3F3A38"
}
Press Space to load new palette