Orchid Pink#C43F86
Coral#E35D4E
Amethyst#8E4FD1
Apricot#D8A76A
Rose Quartz#F2C9CF
Palette direction

Sunset Spark Creative Color Palette

This palette translates the image’s playful pink-to-orange energy into a cleaner, more strategic system with strong brand recognition. The warm main hues feel expressive and modern, while the cool support tones and precise neutrals keep the palette usable across interfaces and identity work.

CustomCreativeplayfulwarmgradient-inspiredcreative
palette-preview.example
Creative color direction

Sunset Spark Creative Color Palette

This palette translates the image’s playful pink-to-orange energy into a cleaner, more strategic system with strong brand recognition. The warm main hues feel expressive and modern, while the cool support tones and precise neutrals keep the palette usable across interfaces and identity work.

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 Amethyst #8E4FD15.0:1 Strong
Logo White #FFFFFFon Orchid Pink #C43F864.8:1 Strong
Logo Charcoal #1E1E24on Coral #E35D4E4.7:1 Strong
Logo Charcoal #1E1E24on White #FFFFFF16.6:1 Excellent
Icon color
BackgroundCoral#E35D4ETextCharcoal#1E1E24
Primary Button4.69:1
AA

Best for the main action users should notice first.

BackgroundAmethyst#8E4FD1TextWhite#FFFFFF
Secondary Button5.01:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextOrchid Pink#C43F86
Outlined Button4.77:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextOrchid Pink#C43F86
Text Button4.77:1
AA

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

Palette composition8 colorsCustom color relationship
9:41Sunset Spark Creative 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.

CSunset Spark Creative Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors work together as a vivid warm-to-magenta family that echoes the uploaded image while staying cohesive for branding and UI use. Their close hue relationship creates a recognizable, energetic system without fragmenting the visual identity.

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.Orchid Pink #C43F86
HeadlineUsed for main titles and key messages.Amethyst #8E4FD1
LinkUsed for links and interactive text.Orchid Pink #C43F86

Buttons

Primary Button
BackgroundCoral #E35D4E
TextCharcoal #1E1E24
Secondary Button
BackgroundAmethyst #8E4FD1
TextWhite #FFFFFF
Outlined Button
BackgroundOrchid Pink #C43F86
TextOrchid Pink #C43F86

Interface

TextDefault readable body text.Charcoal #1E1E24
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F6F1EB
IconSmall interface icons and marks.Apricot #D8A76A
BorderCards, inputs, and component borders.Rose Quartz #F2C9CF
DividerSubtle separators between content.Charcoal #1E1E24
OutlineFocus rings and emphasis outlines.Apricot #D8A76A

Palette Colors

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

Main (Brand) Colors

The main colors work together as a vivid warm-to-magenta family that echoes the uploaded image while staying cohesive for branding and UI use. Their close hue relationship creates a recognizable, energetic system without fragmenting the visual identity.

PrimaryOrchid Pink

RolesLogo, Link, Btn Outlined Border, Btn Outlined Text

Orchid Pink gives the palette its signature brand presence with a vivid, fashionable edge.

HEX#C43F86
RGB196, 63, 134
HSL328, 53, 51
CMYK0, 68, 32, 23
SecondaryCoral

RolesBtn Primary Bg

Coral adds warmth and momentum, making primary actions feel lively and approachable.

HEX#E35D4E
RGB227, 93, 78
HSL6, 73, 60
CMYK0, 59, 66, 11
SecondaryAmethyst

RolesHeadline, Btn Secondary Bg

Amethyst adds depth and contrast, giving headlines and secondary actions a more refined voice.

HEX#8E4FD1
RGB142, 79, 209
HSL269, 59, 56
CMYK32, 62, 0, 18

Support Colors

These support colors extend the warm main palette with softer, quieter accents that improve balance and hierarchy. They stay subordinate while adding flexibility for icons, surfaces, and fine UI details.

Apricot

RolesIcon, Outline

Apricot softens the palette with a mellow golden accent that bridges the warm main hues.

HEX#D8A76A
RGB216, 167, 106
HSL33, 59, 63
CMYK0, 23, 51, 15
Rose Quartz

RolesBorder

Rose Quartz adds a gentle blush tone that supports structure without competing for attention.

HEX#F2C9CF
RGB242, 201, 207
HSL351, 61, 87
CMYK0, 17, 14, 5

Neutral Colors

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

White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory

RolesBg Dark

HEX#F6F1EB
RGB246, 241, 235
HSL33, 38, 94
CMYK0, 2, 4, 4
Charcoal

RolesDivider, Text, Btn Primary Text

HEX#1E1E24
RGB30, 30, 36
HSL240, 9, 13
CMYK17, 17, 0, 86

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-orchid-pink: #C43F86;
  --color-coral: #E35D4E;
  --color-amethyst: #8E4FD1;
  --color-apricot: #D8A76A;
  --color-rose-quartz: #F2C9CF;
  --color-white: #FFFFFF;
  --color-ivory: #F6F1EB;
  --color-charcoal: #1E1E24;
}

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: #C43F86;
  --role-link: #C43F86;
  --role-btn-outlined-border: #C43F86;
  --role-btn-outlined-text: #C43F86;
  --role-btn-primary-bg: #E35D4E;
  --role-headline: #8E4FD1;
  --role-btn-secondary-bg: #8E4FD1;
  --role-icon: #D8A76A;
  --role-outline: #D8A76A;
  --role-border: #F2C9CF;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F6F1EB;
  --role-divider: #1E1E24;
  --role-text: #1E1E24;
  --role-btn-primary-text: #1E1E24;
}

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.
{
    "orchid-pink": "#C43F86",
    "coral": "#E35D4E",
    "amethyst": "#8E4FD1",
    "apricot": "#D8A76A",
    "rose-quartz": "#F2C9CF",
    "white": "#FFFFFF",
    "ivory": "#F6F1EB",
    "charcoal": "#1E1E24"
}
Press Space to load new palette