Tangerine#FF6600
Magenta#D726B0
Violet Blue#4B2C9D
Muted Lavender#7B5DC7
Palette direction

Psychedelic Sunrise Sports Color Palette

This psychedelic sunrise palette blends warm vibrant oranges and reds with cool purples and blues to energize and excite, perfect for high-visibility ultimate frisbee jerseys that balance boldness with visual harmony. The main warm colors evoke the fiery sunrise, while the cool accents soothe and add dimension, supported by neutrals that ensure readability and contrast on digital and apparel surfaces.

CustomNonepsychedelicsunriseultimate frisbeesportswear
palette-preview.example
None color direction

Psychedelic Sunrise Sports Color Palette

This psychedelic sunrise palette blends warm vibrant oranges and reds with cool purples and blues to energize and excite, perfect for high-visibility ultimate frisbee jerseys that balance boldness with visual harmony. The main warm colors evoke the fiery sunrise, while the cool accents soothe and add dimension, supported by neutrals that ensure readability and contrast on digital and apparel surfaces.

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 Violet Blue #4B2C9D9.8:1 Excellent
Logo Charcoal #1A1A1Aon Tangerine #FF66005.9:1 Strong
Logo Charcoal #1A1A1Aon White #FFFFFF17.4:1 Excellent
Logo White #FFFFFFon Muted Lavender #7B5DC75.0:1 Strong
Icon color
BackgroundTangerine#FF6600TextCharcoal#1A1A1A
Primary Button5.93:1
AA

Best for the main action users should notice first.

BackgroundMagenta#D726B0TextWhite#FFFFFF
Secondary Button4.38:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextMagenta#D726B0
Outlined Button4.38:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextMagenta#D726B0
Text Button4.38:1
Large text

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

Palette composition7 colorsCustom color relationship
9:41Psychedelic Sunrise Sports 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.

CPsychedelic Sunrise Sports Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a fiery Tangerine with vibrant Magenta and a deep Violet-Blue, creating a bold, high-energy split complementary trio that captures the dynamic interplay of warm sun and cool sky during a psychedelic sunrise.

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.Tangerine #FF6600
HeadlineUsed for main titles and key messages.Violet Blue #4B2C9D
LinkUsed for links and interactive text.Magenta #D726B0

Buttons

Primary Button
BackgroundTangerine #FF6600
TextCharcoal #1A1A1A
Secondary Button
BackgroundMagenta #D726B0
TextWhite #FFFFFF
Outlined Button
BackgroundTangerine #FF6600
TextMagenta #D726B0

Interface

TextDefault readable body text.Charcoal #1A1A1A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F5F5F5
IconSmall interface icons and marks.Muted Lavender #7B5DC7
BorderCards, inputs, and component borders.Muted Lavender #7B5DC7
DividerSubtle separators between content.Muted Lavender #7B5DC7
OutlineFocus rings and emphasis outlines.Muted Lavender #7B5DC7

Palette Colors

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

Main (Brand) Colors

The main colors combine a fiery Tangerine with vibrant Magenta and a deep Violet-Blue, creating a bold, high-energy split complementary trio that captures the dynamic interplay of warm sun and cool sky during a psychedelic sunrise.

PrimaryTangerine

RolesLogo, Btn Primary Bg, Btn Outlined Border

Tangerine radiates energy and enthusiasm, embodying the warmth and vibrancy of a sunrise, making it ideal for primary brand elements and embroidery on jerseys.

HEX#FF6600
RGB255, 102, 0
HSL24, 100, 50
CMYK0, 60, 100, 0
SecondaryMagenta

RolesLink, Btn Secondary Bg, Btn Outlined Text

Magenta adds a vivid, psychedelic pop that complements Tangerine with its passion and creativity, perfect for secondary highlights and calls to action.

HEX#D726B0
RGB215, 38, 176
HSL313, 70, 50
CMYK0, 82, 18, 16
TertiaryViolet Blue

RolesHeadline

Violet Blue balances the warm hues with cool sophistication and depth, grounding the palette and supporting headline text with strong visual impact.

HEX#4B2C9D
RGB75, 44, 157
HSL256, 56, 39
CMYK52, 72, 0, 38

Support Colors

Support colors extend the main palette with nuanced cool purples and blues that echo the violet blue but are softer and more subdued, reinforcing the brand's vibrant yet balanced theme without overpowering.

Muted Lavender

RolesIcon, Border, Divider, Outline

Muted Lavender complements Violet Blue by providing a gentler tone for iconography and borders, enhancing legibility and adding subtle texture to the palette.

HEX#7B5DC7
RGB123, 93, 199
HSL257, 49, 57
CMYK38, 53, 0, 22

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#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText, Btn Primary Text

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

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-tangerine: #FF6600;
  --color-magenta: #D726B0;
  --color-violet-blue: #4B2C9D;
  --color-muted-lavender: #7B5DC7;
  --color-white: #FFFFFF;
  --color-ivory: #F5F5F5;
  --color-charcoal: #1A1A1A;
}

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: #FF6600;
  --role-btn-primary-bg: #FF6600;
  --role-btn-outlined-border: #FF6600;
  --role-link: #D726B0;
  --role-btn-secondary-bg: #D726B0;
  --role-btn-outlined-text: #D726B0;
  --role-headline: #4B2C9D;
  --role-icon: #7B5DC7;
  --role-border: #7B5DC7;
  --role-divider: #7B5DC7;
  --role-outline: #7B5DC7;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #1A1A1A;
  --role-btn-primary-text: #1A1A1A;
}

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.
{
    "tangerine": "#FF6600",
    "magenta": "#D726B0",
    "violet-blue": "#4B2C9D",
    "muted-lavender": "#7B5DC7",
    "white": "#FFFFFF",
    "ivory": "#F5F5F5",
    "charcoal": "#1A1A1A"
}
Press Space to load new palette