Rosewood#D65A80
Amethyst#8A63D2
Crimson#C81E3A
Slate Blue#6D7C91
Lavender Gray#B7A3C9
Palette direction

Taylor Swift Inspired Color Palette

This palette channels Taylor Swift’s evolving aesthetic through a recognizable mix of romantic rose, electric lavender, and polished red. The system feels expressive and cinematic while staying versatile enough for digital brand touchpoints and fan-facing experiences.

AnalogousCreativeTaylor Swift inspiredpop musicfan communityromantic
palette-preview.example
Creative color direction

Taylor Swift Inspired Color Palette

This palette channels Taylor Swift’s evolving aesthetic through a recognizable mix of romantic rose, electric lavender, and polished red. The system feels expressive and cinematic while staying versatile enough for digital brand touchpoints and fan-facing experiences.

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 Crimson #C81E3A5.7:1 Strong
Logo Charcoal #111111on Rosewood #D65A805.1:1 Strong
Logo Charcoal #111111on White #FFFFFF18.9:1 Excellent
Logo White #FFFFFFon Charcoal #11111118.9:1 Excellent
Icon color
BackgroundRosewood#D65A80TextCharcoal#111111
Primary Button5.07:1
AA

Best for the main action users should notice first.

BackgroundCrimson#C81E3ATextWhite#FFFFFF
Secondary Button5.67:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextLavender Gray#B7A3C9
Outlined Button2.31:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextAmethyst#8A63D2
Text Button4.38:1
Large text

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

Palette composition8 colorsAnalogous color relationship
9:41Taylor Swift Inspired Color Palette Color role balance
Analogous 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.

CTaylor Swift Inspired Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors balance rose, violet, and red in a lively triadic relationship that feels expressive and instantly recognizable. Together they evoke glamour, emotional depth, and performance energy without relying on a single predictable pink tone.

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.Rosewood #D65A80
HeadlineUsed for main titles and key messages.Amethyst #8A63D2
LinkUsed for links and interactive text.Amethyst #8A63D2

Buttons

Primary Button
BackgroundRosewood #D65A80
TextCharcoal #111111
Secondary Button
BackgroundCrimson #C81E3A
TextWhite #FFFFFF
Outlined Button
BackgroundCrimson #C81E3A
TextLavender Gray #B7A3C9

Interface

TextDefault readable body text.Charcoal #111111
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111111
IconSmall interface icons and marks.Slate Blue #6D7C91
BorderCards, inputs, and component borders.Slate Blue #6D7C91
DividerSubtle separators between content.Charcoal #111111
OutlineFocus rings and emphasis outlines.Lavender Gray #B7A3C9

Palette Colors

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

Main (Brand) Colors

The main colors balance rose, violet, and red in a lively triadic relationship that feels expressive and instantly recognizable. Together they evoke glamour, emotional depth, and performance energy without relying on a single predictable pink tone.

PrimaryRosewood

RolesLogo, Btn Primary Bg

Rosewood brings the signature romantic warmth that anchors the palette and keeps the identity emotionally familiar.

HEX#D65A80
RGB214, 90, 128
HSL342, 60, 60
CMYK0, 58, 40, 16
SecondaryAmethyst

RolesLink, Headline

Amethyst adds a modern, lyrical edge that supports storytelling and gives the palette a dreamy, melodic quality.

HEX#8A63D2
RGB138, 99, 210
HSL261, 55, 61
CMYK34, 53, 0, 18
TertiaryCrimson

RolesBtn Secondary Bg, Btn Outlined Border

Crimson contributes performance intensity and visual urgency, giving the system a strong accent for calls to action and emphasis.

HEX#C81E3A
RGB200, 30, 58
HSL350, 74, 45
CMYK0, 85, 71, 22

Support Colors

The support colors soften the main trio and add polish, depth, and a touch of stage-like atmosphere. They stay understated so the rose, violet, and crimson remain the focal point.

Slate Blue

RolesIcon, Border

Slate Blue tempers the brighter main colors with a cool, steady tone that works well for interface structure and small UI details.

HEX#6D7C91
RGB109, 124, 145
HSL215, 14, 50
CMYK25, 14, 0, 43
Lavender Gray

RolesBtn Outlined Text, Outline

Lavender Gray echoes the violet family in a muted form, keeping outlined elements elegant while preserving strong readability.

HEX#B7A3C9
RGB183, 163, 201
HSL272, 26, 71
CMYK9, 19, 0, 21

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
HEX#F6F1EB
RGB246, 241, 235
HSL33, 38, 94
CMYK0, 2, 4, 4
Charcoal

RolesBg Dark, Divider, Text, Btn Primary Text

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

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-rosewood: #D65A80;
  --color-amethyst: #8A63D2;
  --color-crimson: #C81E3A;
  --color-slate-blue: #6D7C91;
  --color-lavender-gray: #B7A3C9;
  --color-white: #FFFFFF;
  --color-ivory: #F6F1EB;
  --color-charcoal: #111111;
}

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: #D65A80;
  --role-btn-primary-bg: #D65A80;
  --role-link: #8A63D2;
  --role-headline: #8A63D2;
  --role-btn-secondary-bg: #C81E3A;
  --role-btn-outlined-border: #C81E3A;
  --role-icon: #6D7C91;
  --role-border: #6D7C91;
  --role-btn-outlined-text: #B7A3C9;
  --role-outline: #B7A3C9;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #111111;
  --role-divider: #111111;
  --role-text: #111111;
  --role-btn-primary-text: #111111;
}

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.
{
    "rosewood": "#D65A80",
    "amethyst": "#8A63D2",
    "crimson": "#C81E3A",
    "slate-blue": "#6D7C91",
    "lavender-gray": "#B7A3C9",
    "white": "#FFFFFF",
    "ivory": "#F6F1EB",
    "charcoal": "#111111"
}
Press Space to load new palette