Midnight Plum#3B005E
Solar Pulse#FF4B0A
Lemon Static#F0E57A
Dusty Orchid#8B6FAF
Apricot Veil#F4C87A
Palette direction

Aurora Pop Editorial Color Palette

This palette turns the image’s bold purple, hot orange, and pale buttery yellow into a crisp, poster-like identity system with strong contrast and a playful editorial edge. The colors feel energetic and graphic while still staying controlled enough for branding and UI use.

CustomCreativeboldgraphiceditorialplayful
palette-preview.example
Creative color direction

Aurora Pop Editorial Color Palette

This palette turns the image’s bold purple, hot orange, and pale buttery yellow into a crisp, poster-like identity system with strong contrast and a playful editorial edge. The colors feel energetic and graphic while still staying controlled enough for branding and UI use.

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 Pure White #FFFFFFon Midnight Plum #3B005E15.6:1 Excellent
Logo Near Black Ink #17111Fon Lemon Static #F0E57A14.3:1 Excellent
Logo Near Black Ink #17111Fon Solar Pulse #FF4B0A5.5:1 Strong
Logo Near Black Ink #17111Fon Pure White #FFFFFF18.5:1 Excellent
Icon color
BackgroundMidnight Plum#3B005ETextPure White#FFFFFF
Primary Button15.58:1
AAA

Best for the main action users should notice first.

BackgroundSolar Pulse#FF4B0ATextNear Black Ink#17111F
Secondary Button5.51:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextLemon Static#F0E57A
Outlined Button1.30:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextSolar Pulse#FF4B0A
Text Button3.35:1
Large text

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

Palette composition8 colorsCustom color relationship
9:41Aurora Pop Editorial 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.

CAurora Pop Editorial Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair a saturated violet with a bright orange and a warm golden yellow, creating a vivid, recognizable system with strong visual tension. The relationship feels energetic and poster-driven without relying on a standard tech-蓝

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.Midnight Plum #3B005E
HeadlineUsed for main titles and key messages.Midnight Plum #3B005E
LinkUsed for links and interactive text.Solar Pulse #FF4B0A

Buttons

Primary Button
BackgroundMidnight Plum #3B005E
TextPure White #FFFFFF
Secondary Button
BackgroundSolar Pulse #FF4B0A
TextNear Black Ink #17111F
Outlined Button
BackgroundLemon Static #F0E57A
TextLemon Static #F0E57A

Interface

TextDefault readable body text.Near Black Ink #17111F
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Near Black Ink #17111F
IconSmall interface icons and marks.Dusty Orchid #8B6FAF
BorderCards, inputs, and component borders.Apricot Veil #F4C87A
DividerSubtle separators between content.Apricot Veil #F4C87A
OutlineFocus rings and emphasis outlines.Dusty Orchid #8B6FAF

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 saturated violet with a bright orange and a warm golden yellow, creating a vivid, recognizable system with strong visual tension. The relationship feels energetic and poster-driven without relying on a standard tech-蓝

PrimaryMidnight Plum

RolesLogo, Btn Primary Bg, Headline

A deep violet anchor that gives the brand a confident, memorable core and keeps the palette grounded.

HEX#3B005E
RGB59, 0, 94
HSL278, 100, 18
CMYK37, 100, 0, 63
SecondarySolar Pulse

RolesBtn Secondary Bg, Link

A sharp citrus-orange accent that adds urgency, motion, and strong call-to-action energy.

HEX#FF4B0A
RGB255, 75, 10
HSL16, 100, 52
CMYK0, 71, 96, 0
TertiaryLemon Static

RolesBtn Outlined Border, Btn Outlined Text

A warm yellow highlight that broadens the system with a lighter, more tactile note while preserving the palette’s boldness.

HEX#F0E57A
RGB240, 229, 122
HSL54, 80, 71
CMYK0, 5, 49, 6

Support Colors

The support accents extend the palette with restrained cooler and softer tones that help structure the interface without competing with the main trio. They keep the system usable,

Dusty Orchid

RolesIcon, Outline

A muted orchid that bridges the violet and yellow areas with a softer, utility-friendly accent.

HEX#8B6FAF
RGB139, 111, 175
HSL266, 29, 56
CMYK21, 37, 0, 31
Apricot Veil

RolesBorder, Divider

A mellow apricot tone that supports separation and framing without stealing attention from the brighter main colors.

HEX#F4C87A
RGB244, 200, 122
HSL38, 85, 72
CMYK0, 18, 50, 4

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Alabaster Cream
HEX#F6F1E8
RGB246, 241, 232
HSL39, 44, 94
CMYK0, 2, 6, 4
Near Black Ink

RolesBg Dark, Text, Btn Secondary Text

HEX#17111F
RGB23, 17, 31
HSL266, 29, 9
CMYK26, 45, 0, 88

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-midnight-plum: #3B005E;
  --color-solar-pulse: #FF4B0A;
  --color-lemon-static: #F0E57A;
  --color-dusty-orchid: #8B6FAF;
  --color-apricot-veil: #F4C87A;
  --color-pure-white: #FFFFFF;
  --color-alabaster-cream: #F6F1E8;
  --color-near-black-ink: #17111F;
}

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: #3B005E;
  --role-btn-primary-bg: #3B005E;
  --role-headline: #3B005E;
  --role-btn-secondary-bg: #FF4B0A;
  --role-link: #FF4B0A;
  --role-btn-outlined-border: #F0E57A;
  --role-btn-outlined-text: #F0E57A;
  --role-icon: #8B6FAF;
  --role-outline: #8B6FAF;
  --role-border: #F4C87A;
  --role-divider: #F4C87A;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #17111F;
  --role-text: #17111F;
  --role-btn-secondary-text: #17111F;
}

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.
{
    "midnight-plum": "#3B005E",
    "solar-pulse": "#FF4B0A",
    "lemon-static": "#F0E57A",
    "dusty-orchid": "#8B6FAF",
    "apricot-veil": "#F4C87A",
    "pure-white": "#FFFFFF",
    "alabaster-cream": "#F6F1E8",
    "near-black-ink": "#17111F"
}
Press Space to load new palette