Scarlet Red#C1272D
Pine Green#2A7930
Burnt Orange#E96A29
Moss Green#6DAF57
Sage Green#A4C97B
Palette direction

Scarlet Pine Nature Color Palette

This vibrant palette is inspired by the rich reds and warm orange hues of the bird's feathers combined with the fresh, natural greens of the foliage, creating a balanced and energetic system with strong natural appeal.

CustomCreativescarletpineredgreen
palette-preview.example
Creative color direction

Scarlet Pine Nature Color Palette

This vibrant palette is inspired by the rich reds and warm orange hues of the bird's feathers combined with the fresh, natural greens of the foliage, creating a balanced and energetic system with strong natural appeal.

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 Scarlet Red #C1272D5.8:1 Strong
Logo White #FFFFFFon Pine Green #2A79305.4:1 Strong
Logo Jet Black #222222on Burnt Orange #E96A295.0:1 Strong
Logo Jet Black #222222on White #FFFFFF15.9:1 Excellent
Icon color
BackgroundScarlet Red#C1272DTextWhite#FFFFFF
Primary Button5.84:1
AA

Best for the main action users should notice first.

BackgroundPine Green#2A7930TextWhite#FFFFFF
Secondary Button5.42:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextPine Green#2A7930
Outlined Button5.42:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextScarlet Red#C1272D
Text Button5.84:1
AA

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

Palette composition8 colorsCustom color relationship
9:41Scarlet Pine Nature 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.

CScarlet Pine Nature Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a vivid scarlet red and a lush pine green, offering a classic complementary contrast that stands out while maintaining harmony reflecting natural vibrancy.

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.Scarlet Red #C1272D
HeadlineUsed for main titles and key messages.Burnt Orange #E96A29
LinkUsed for links and interactive text.Scarlet Red #C1272D

Buttons

Primary Button
BackgroundScarlet Red #C1272D
TextWhite #FFFFFF
Secondary Button
BackgroundPine Green #2A7930
TextWhite #FFFFFF
Outlined Button
BackgroundPine Green #2A7930
TextPine Green #2A7930

Interface

TextDefault readable body text.Jet Black #222222
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Jet Black #222222
IconSmall interface icons and marks.Moss Green #6DAF57
BorderCards, inputs, and component borders.Moss Green #6DAF57
DividerSubtle separators between content.Moss Green #6DAF57
OutlineFocus rings and emphasis outlines.Sage Green #A4C97B

Palette Colors

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

Main (Brand) Colors

The main colors combine a vivid scarlet red and a lush pine green, offering a classic complementary contrast that stands out while maintaining harmony reflecting natural vibrancy.

PrimaryScarlet Red

RolesLogo, Link, Btn Primary Bg

Scarlet Red conveys passion and energy, drawing immediate attention and establishing strong visual identity.

HEX#C1272D
RGB193, 39, 45
HSL358, 66, 45
CMYK0, 80, 77, 24
SecondaryPine Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Pine Green adds freshness and balance, grounding the palette with natural stability and reassurance.

HEX#2A7930
RGB42, 121, 48
HSL125, 48, 32
CMYK65, 0, 60, 53
TertiaryBurnt Orange

RolesHeadline

Burnt Orange introduces warmth and vibrancy, complementing the red and green for dynamic visual interest.

HEX#E96A29
RGB233, 106, 41
HSL20, 81, 54
CMYK0, 55, 82, 9

Support Colors

The support colors extend the main palette by adding softer green tones for icons and borders, enhancing usability without overpowering the main hues.

Moss Green

RolesIcon, Border, Divider

Moss Green supports the palette with a lighter, subdued tone that harmonizes with Pine Green while maintaining visual subtlety.

HEX#6DAF57
RGB109, 175, 87
HSL105, 35, 51
CMYK38, 0, 50, 31
Sage Green

RolesOutline

Sage Green offers a gentle contrast, complementing the deeper greens and providing balanced neutrality for outlines.

HEX#A4C97B
RGB164, 201, 123
HSL88, 42, 64
CMYK18, 0, 39, 21

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Alabaster
HEX#F2F2F2
RGB242, 242, 242
HSL0, 0, 95
CMYK0, 0, 0, 5
Jet Black

RolesBg Dark, Text

HEX#222222
RGB34, 34, 34
HSL0, 0, 13
CMYK0, 0, 0, 87

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-scarlet-red: #C1272D;
  --color-pine-green: #2A7930;
  --color-burnt-orange: #E96A29;
  --color-moss-green: #6DAF57;
  --color-sage-green: #A4C97B;
  --color-white: #FFFFFF;
  --color-alabaster: #F2F2F2;
  --color-jet-black: #222222;
}

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: #C1272D;
  --role-link: #C1272D;
  --role-btn-primary-bg: #C1272D;
  --role-btn-secondary-bg: #2A7930;
  --role-btn-outlined-border: #2A7930;
  --role-btn-outlined-text: #2A7930;
  --role-headline: #E96A29;
  --role-icon: #6DAF57;
  --role-border: #6DAF57;
  --role-divider: #6DAF57;
  --role-outline: #A4C97B;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #222222;
  --role-text: #222222;
}

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.
{
    "scarlet-red": "#C1272D",
    "pine-green": "#2A7930",
    "burnt-orange": "#E96A29",
    "moss-green": "#6DAF57",
    "sage-green": "#A4C97B",
    "white": "#FFFFFF",
    "alabaster": "#F2F2F2",
    "jet-black": "#222222"
}
Press Space to load new palette