Crimson#D64541
Amber#D99A2B
Plum#6B3A57
Terracotta#B56C5A
Olive Brown#8A6F3E
Palette direction

Ed Sheeran Inspired Color Palette

This palette channels Ed Sheeran’s warm, acoustic-pop energy with a rich red-led system softened by earthy amber and deep plum accents. The result feels intimate, radio-friendly, and memorable without becoming overly literal or costume-like.

AnalogousCreativeed sheeran inspiredacoustic popwarm red palettemusic artist branding
palette-preview.example
Creative color direction

Ed Sheeran Inspired Color Palette

This palette channels Ed Sheeran’s warm, acoustic-pop energy with a rich red-led system softened by earthy amber and deep plum accents. The result feels intimate, radio-friendly, and memorable without becoming overly literal or costume-like.

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 Plum #6B3A578.9:1 Excellent
Logo Charcoal #171717on Amber #D99A2B7.3:1 Excellent
Logo Charcoal #171717on White #FFFFFF17.9:1 Excellent
Logo White #FFFFFFon Olive Brown #8A6F3E4.7:1 Strong
Icon color
BackgroundCrimson#D64541TextWhite#FFFFFF
Primary Button4.39:1
Large text

Best for the main action users should notice first.

BackgroundAmber#D99A2BTextCharcoal#171717
Secondary Button7.35:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextPlum#6B3A57
Outlined Button8.87:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextAmber#D99A2B
Text Button2.44:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Ed Sheeran Inspired 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.

CEd Sheeran Inspired Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair a vivid performance red with a softer amber-gold and a grounded plum, creating a recognizable music-brand system that feels emotional, warm, and stage-ready. Together they balance singalong energy with an intimate, songwriter-driven tone.

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 #D64541
HeadlineUsed for main titles and key messages.Plum #6B3A57
LinkUsed for links and interactive text.Amber #D99A2B

Buttons

Primary Button
BackgroundCrimson #D64541
TextWhite #FFFFFF
Secondary Button
BackgroundAmber #D99A2B
TextCharcoal #171717
Outlined Button
BackgroundPlum #6B3A57
TextPlum #6B3A57

Interface

TextDefault readable body text.Charcoal #171717
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #171717
IconSmall interface icons and marks.Terracotta #B56C5A
BorderCards, inputs, and component borders.Terracotta #B56C5A
DividerSubtle separators between content.Olive Brown #8A6F3E
OutlineFocus rings and emphasis outlines.Olive Brown #8A6F3E

Palette Colors

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

Main (Brand) Colors

The main colors pair a vivid performance red with a softer amber-gold and a grounded plum, creating a recognizable music-brand system that feels emotional, warm, and stage-ready. Together they balance singalong energy with an intimate, songwriter-driven tone.

PrimaryCrimson

RolesLogo, Btn Primary Bg

Crimson carries the strongest artist recognition and gives the palette a bold, melodic center.

HEX#D64541
RGB214, 69, 65
HSL2, 65, 55
CMYK0, 68, 70, 16
SecondaryAmber

RolesLink, Btn Secondary Bg

Amber adds warmth and friendliness while keeping the system lively and approachable.

HEX#D99A2B
RGB217, 154, 43
HSL38, 70, 51
CMYK0, 29, 80, 15
TertiaryPlum

RolesHeadline, Btn Outlined Border, Btn Outlined Text

Plum deepens the palette with a reflective, emotionally rich note that suits lyrics and storytelling.

HEX#6B3A57
RGB107, 58, 87
HSL324, 30, 32
CMYK0, 46, 19, 58

Support Colors

The support colors extend the warm music palette with muted accents that stay in the background and reinforce the main trio. They add usability and visual rhythm without competing with the primary red-led identity.

Terracotta

RolesIcon, Border

Terracotta softens the stronger reds and bridges the palette with an earthy, organic feel.

HEX#B56C5A
RGB181, 108, 90
HSL12, 38, 53
CMYK0, 40, 50, 29
Olive Brown

RolesDivider, Outline

Olive Brown grounds the interface with a subdued natural tone that keeps emphasis on the main colors.

HEX#8A6F3E
RGB138, 111, 62
HSL39, 38, 39
CMYK0, 20, 55, 46

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
HEX#F4F0EA
RGB244, 240, 234
HSL36, 31, 94
CMYK0, 2, 4, 4
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#171717
RGB23, 23, 23
HSL0, 0, 9
CMYK0, 0, 0, 91

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: #D64541;
  --color-amber: #D99A2B;
  --color-plum: #6B3A57;
  --color-terracotta: #B56C5A;
  --color-olive-brown: #8A6F3E;
  --color-white: #FFFFFF;
  --color-ivory: #F4F0EA;
  --color-charcoal: #171717;
}

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: #D64541;
  --role-btn-primary-bg: #D64541;
  --role-link: #D99A2B;
  --role-btn-secondary-bg: #D99A2B;
  --role-headline: #6B3A57;
  --role-btn-outlined-border: #6B3A57;
  --role-btn-outlined-text: #6B3A57;
  --role-icon: #B56C5A;
  --role-border: #B56C5A;
  --role-divider: #8A6F3E;
  --role-outline: #8A6F3E;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #171717;
  --role-text: #171717;
  --role-btn-secondary-text: #171717;
}

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": "#D64541",
    "amber": "#D99A2B",
    "plum": "#6B3A57",
    "terracotta": "#B56C5A",
    "olive-brown": "#8A6F3E",
    "white": "#FFFFFF",
    "ivory": "#F4F0EA",
    "charcoal": "#171717"
}
Press Space to load new palette