Heritage Red#C53A3A
Parchment White#F7F6F1
National Green#3E7A4F
Muted Moss#7E9D8B
Brick Accent#B85A48
Palette direction

Hungarian Flag Inspired Color Palette

This palette translates the Hungarian flag into a modern brand system with a grounded red, a fresh white, and a restrained green that stays recognizable without becoming overly literal. The colors feel civic, confident, and balanced, making them suitable for brands that want national character with a clean digital finish.

CustomNonehungaryflag inspiredred white greennational identity
palette-preview.example
None color direction

Hungarian Flag Inspired Color Palette

This palette translates the Hungarian flag into a modern brand system with a grounded red, a fresh white, and a restrained green that stays recognizable without becoming overly literal. The colors feel civic, confident, and balanced, making them suitable for brands that want national character with a clean digital finish.

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 Black #171717on Parchment White #F7F6F116.6:1 Excellent
Logo Pure White #FFFFFFon Heritage Red #C53A3A5.2:1 Strong
Logo Pure White #FFFFFFon National Green #3E7A4F5.1:1 Strong
Logo Pure White #FFFFFFon Charcoal Black #17171717.9:1 Excellent
Icon color
BackgroundHeritage Red#C53A3ATextPure White#FFFFFF
Primary Button5.20:1
AA

Best for the main action users should notice first.

BackgroundNational Green#3E7A4FTextPure White#FFFFFF
Secondary Button5.12:1
AA

Useful for softer choices and secondary paths.

BackgroundParchment White#F7F6F1TextParchment White#F7F6F1
Outlined Button1.00:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundParchment White#F7F6F1TextNational Green#3E7A4F
Text Button4.73:1
AA

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

Palette composition8 colorsCustom color relationship
9:41Hungarian Flag Inspired 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.

CHungarian Flag Inspired Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors echo the Hungarian flag through a clear red, white, and green relationship that reads instantly while remaining polished for brand use. The palette keeps the three hues distinct enough for identity work but softens them slightly so they function well in digital interfaces.

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.Heritage Red #C53A3A
HeadlineUsed for main titles and key messages.National Green #3E7A4F
LinkUsed for links and interactive text.National Green #3E7A4F

Buttons

Primary Button
BackgroundHeritage Red #C53A3A
TextPure White #FFFFFF
Secondary Button
BackgroundNational Green #3E7A4F
TextPure White #FFFFFF
Outlined Button
BackgroundMuted Moss #7E9D8B
TextParchment White #F7F6F1

Interface

TextDefault readable body text.Charcoal Black #171717
Bg LightLight page or section background.Parchment White #F7F6F1
Bg DarkDark page or section background.Charcoal Black #171717
IconSmall interface icons and marks.Muted Moss #7E9D8B
BorderCards, inputs, and component borders.Brick Accent #B85A48
DividerSubtle separators between content.Brick Accent #B85A48
OutlineFocus rings and emphasis outlines.Brick Accent #B85A48

Palette Colors

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

Main (Brand) Colors

The main colors echo the Hungarian flag through a clear red, white, and green relationship that reads instantly while remaining polished for brand use. The palette keeps the three hues distinct enough for identity work but softens them slightly so they function well in digital interfaces.

PrimaryHeritage Red

RolesLogo, Btn Primary Bg

This red brings the strongest flag reference and gives the brand an energetic focal point with a civic, authoritative feel.

HEX#C53A3A
RGB197, 58, 58
HSL0, 55, 50
CMYK0, 71, 71, 23
SecondaryParchment White

RolesBtn Outlined Text, Bg Light

This near-white keeps the palette crisp and usable, especially in UI contexts where clarity and calmness matter.

HEX#F7F6F1
RGB247, 246, 241
HSL50, 27, 96
CMYK0, 0, 2, 3
TertiaryNational Green

RolesLink, Headline, Btn Secondary Bg

This green adds balance and heritage depth, grounding the red while keeping the system recognizable and stable.

HEX#3E7A4F
RGB62, 122, 79
HSL137, 33, 36
CMYK49, 0, 35, 52

Support Colors

The support colors extend the flag-inspired system with quieter accents that improve usability without competing with the main red, white, and green. They reinforce structure and depth while staying subdued and close in temperament to the primary hues.

Muted Moss

RolesBtn Outlined Border, Icon

This softened green supports outlines and icons with a restrained, practical accent that stays subordinate to the main green.

HEX#7E9D8B
RGB126, 157, 139
HSL145, 14, 55
CMYK20, 0, 11, 38
Brick Accent

RolesBorder, Divider, Outline

This muted red-brown adds warm structural support for borders and dividers while echoing the heritage red in a calmer register.

HEX#B85A48
RGB184, 90, 72
HSL10, 44, 50
CMYK0, 51, 61, 28

Neutral Colors

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

Pure White

RolesBtn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Parchment White
HEX#F7F6F1
RGB247, 246, 241
HSL50, 27, 96
CMYK0, 0, 2, 3
Charcoal Black

RolesBg Dark, 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-heritage-red: #C53A3A;
  --color-parchment-white: #F7F6F1;
  --color-national-green: #3E7A4F;
  --color-muted-moss: #7E9D8B;
  --color-brick-accent: #B85A48;
  --color-pure-white: #FFFFFF;
  --color-charcoal-black: #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: #C53A3A;
  --role-btn-primary-bg: #C53A3A;
  --role-btn-outlined-text: #F7F6F1;
  --role-bg-light: #F7F6F1;
  --role-link: #3E7A4F;
  --role-headline: #3E7A4F;
  --role-btn-secondary-bg: #3E7A4F;
  --role-btn-outlined-border: #7E9D8B;
  --role-icon: #7E9D8B;
  --role-border: #B85A48;
  --role-divider: #B85A48;
  --role-outline: #B85A48;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #171717;
  --role-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.
{
    "heritage-red": "#C53A3A",
    "parchment-white": "#F7F6F1",
    "national-green": "#3E7A4F",
    "muted-moss": "#7E9D8B",
    "brick-accent": "#B85A48",
    "pure-white": "#FFFFFF",
    "charcoal-black": "#171717"
}
Press Space to load new palette