Crimson Red#C8102E
Navy Blue#1A2E6F
Gold#FFD700
Pastel Pink#F9D5E5
Light Beige#E6D8AD
Palette direction

Sailor Moon Inspired Color Palette

This palette draws inspiration from the iconic colors of the Sailor Moon character, combining bold reds, rich blues, and bright yellows as the main colors to echo the character's costume, with softer, complementary accent tones and balanced neutrals for readability and interface versatility.

Split ComplementaryCreativesailor moonanimebold colorsred
palette-preview.example
Creative color direction

Sailor Moon Inspired Color Palette

This palette draws inspiration from the iconic colors of the Sailor Moon character, combining bold reds, rich blues, and bright yellows as the main colors to echo the character's costume, with softer, complementary accent tones and balanced neutrals for readability and interface versatility.

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 Navy Blue #1A2E6F12.6:1 Excellent
Logo Charcoal #2B2B2Bon Gold #FFD70010.1:1 Excellent
Logo White #FFFFFFon Crimson Red #C8102E5.9:1 Strong
Logo Charcoal #2B2B2Bon White #FFFFFF14.2:1 Excellent
Icon color
BackgroundCrimson Red#C8102ETextWhite#FFFFFF
Primary Button5.88:1
AA

Best for the main action users should notice first.

BackgroundNavy Blue#1A2E6FTextWhite#FFFFFF
Secondary Button12.62:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCrimson Red#C8102E
Outlined Button5.88:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextNavy Blue#1A2E6F
Text Button12.62:1
AAA

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

Palette composition8 colorsSplit Complementary color relationship
9:41Sailor Moon Inspired Color Palette Color role balance
Split Complementary 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.

CSailor Moon Inspired Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The triadic color scheme of bright red, deep navy blue, and vibrant gold harmonizes well to create a dynamic and easily recognizable system that reflects energy, courage, and optimism.

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 Red #C8102E
HeadlineUsed for main titles and key messages.Navy Blue #1A2E6F
LinkUsed for links and interactive text.Navy Blue #1A2E6F

Buttons

Primary Button
BackgroundCrimson Red #C8102E
TextWhite #FFFFFF
Secondary Button
BackgroundNavy Blue #1A2E6F
TextWhite #FFFFFF
Outlined Button
BackgroundCrimson Red #C8102E
TextCrimson Red #C8102E

Interface

TextDefault readable body text.Charcoal #2B2B2B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Light Gray #F4F4F4
IconSmall interface icons and marks.Pastel Pink #F9D5E5
BorderCards, inputs, and component borders.Pastel Pink #F9D5E5
DividerSubtle separators between content.Pastel Pink #F9D5E5
OutlineFocus rings and emphasis outlines.Pastel Pink #F9D5E5

Palette Colors

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

Main (Brand) Colors

The triadic color scheme of bright red, deep navy blue, and vibrant gold harmonizes well to create a dynamic and easily recognizable system that reflects energy, courage, and optimism.

PrimaryCrimson Red

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

Crimson Red conveys passion, courage, and boldness, defining the energetic presence of the brand.

HEX#C8102E
RGB200, 16, 46
HSL350, 85, 42
CMYK0, 92, 77, 22
SecondaryNavy Blue

RolesLink, Btn Secondary Bg, Headline

Navy Blue offers a strong, stable, and trustworthy tone that grounds the palette with depth and sophistication.

HEX#1A2E6F
RGB26, 46, 111
HSL226, 62, 27
CMYK77, 59, 0, 56
TertiaryGold

Gold brings brightness and optimism, injecting vibrancy and positivity that balances the bolder hues.

HEX#FFD700
RGB255, 215, 0
HSL51, 100, 50
CMYK0, 16, 100, 0

Support Colors

The support colors extend the palette with softer pastel pink and muted beige, introducing subtle warmth and approachability while complementing the main vivid tones without overpowering them.

Pastel Pink

RolesIcon, Border, Divider, Outline

Pastel Pink softens the palette, providing gentle warmth that balances the vibrancy of the main colors.

HEX#F9D5E5
RGB249, 213, 229
HSL333, 75, 91
CMYK0, 14, 8, 2
Light Beige

Light Beige serves as an understated neutral accent, supporting readability and offering visual relief near the stronger hues.

HEX#E6D8AD
RGB230, 216, 173
HSL45, 53, 79
CMYK0, 6, 25, 10

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
Light Gray

RolesBg Dark

HEX#F4F4F4
RGB244, 244, 244
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText

HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83

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-red: #C8102E;
  --color-navy-blue: #1A2E6F;
  --color-gold: #FFD700;
  --color-pastel-pink: #F9D5E5;
  --color-light-beige: #E6D8AD;
  --color-white: #FFFFFF;
  --color-light-gray: #F4F4F4;
  --color-charcoal: #2B2B2B;
}

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: #C8102E;
  --role-btn-primary-bg: #C8102E;
  --role-btn-outlined-border: #C8102E;
  --role-btn-outlined-text: #C8102E;
  --role-link: #1A2E6F;
  --role-btn-secondary-bg: #1A2E6F;
  --role-headline: #1A2E6F;
  --role-icon: #F9D5E5;
  --role-border: #F9D5E5;
  --role-divider: #F9D5E5;
  --role-outline: #F9D5E5;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F4F4F4;
  --role-text: #2B2B2B;
}

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-red": "#C8102E",
    "navy-blue": "#1A2E6F",
    "gold": "#FFD700",
    "pastel-pink": "#F9D5E5",
    "light-beige": "#E6D8AD",
    "white": "#FFFFFF",
    "light-gray": "#F4F4F4",
    "charcoal": "#2B2B2B"
}
Press Space to load new palette