Dark Mysterious Gothic Color Palette
This palette blends deep, mysterious hues that evoke a gothic fantasy RPG ambiance with strategic color roles optimized for brand identity and digital interface clarity.
Explore the color systemThis palette blends deep, mysterious hues that evoke a gothic fantasy RPG ambiance with strategic color roles optimized for brand identity and digital interface clarity.
This palette blends deep, mysterious hues that evoke a gothic fantasy RPG ambiance with strategic color roles optimized for brand identity and digital interface clarity.
Explore the color systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The main colors unify with a rich blend of a deep blood red, a shadowy violet, and a charcoal black to create a dark and mysterious gothic ambiance suitable for fantasy RPG themes.
Clear roles create a consistent brand experience.Assign existing palette colors to brand, typography, and interface roles.
A compact view of the brand, support, and neutral colors that make up this system.
The main colors unify with a rich blend of a deep blood red, a shadowy violet, and a charcoal black to create a dark and mysterious gothic ambiance suitable for fantasy RPG themes.
RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text
Blood Red adds an intense, passionate energy and instantly captures gothic dramatism and fantasy depth.
#5B001491, 0, 20347, 100, 180, 100, 78, 64RolesHeadline, Btn Secondary Bg
Shadow Violet lends mystical and enigmatic qualities that complement Blood Red with a cooler, contemplative tone.
#3A235258, 35, 82269, 40, 2329, 57, 0, 68RolesIcon, Border, Divider, Outline
Charcoal Black provides grounding darkness to balance vibrant hues and defines key interface elements with subtlety.
#1E1B2230, 27, 34266, 11, 1212, 21, 0, 87Support colors subtly extend the gothic palette without overwhelming, offering depth and usability with a muted dark contrast.
Misty Plum delivers a muted dark mauve tone that softly supports main colors while enhancing readability and layering.
#4A3C3C74, 60, 600, 10, 260, 19, 19, 71Utility colors for backgrounds, text, borders, and balance.
RolesBg Light, Btn Primary Text, Btn Secondary Text
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0RolesBg Dark
#F2F0EC242, 240, 23640, 19, 940, 1, 2, 5RolesText
#12121418, 18, 20240, 5, 710, 10, 0, 92Copy palette values for design systems, websites, and client handoff.
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-blood-red: #5B0014;
--color-shadow-violet: #3A2352;
--color-charcoal-black: #1E1B22;
--color-misty-plum: #4A3C3C;
--color-ivory-white: #FFFFFF;
--color-soft-ivory: #F2F0EC;
--color-night-black: #121214;
}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: #5B0014;
--role-link: #5B0014;
--role-btn-primary-bg: #5B0014;
--role-btn-outlined-border: #5B0014;
--role-btn-outlined-text: #5B0014;
--role-headline: #3A2352;
--role-btn-secondary-bg: #3A2352;
--role-icon: #1E1B22;
--role-border: #1E1B22;
--role-divider: #1E1B22;
--role-outline: #1E1B22;
--role-bg-light: #FFFFFF;
--role-btn-primary-text: #FFFFFF;
--role-btn-secondary-text: #FFFFFF;
--role-bg-dark: #F2F0EC;
--role-text: #121214;
}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.{
"blood-red": "#5B0014",
"shadow-violet": "#3A2352",
"charcoal-black": "#1E1B22",
"misty-plum": "#4A3C3C",
"ivory-white": "#FFFFFF",
"soft-ivory": "#F2F0EC",
"night-black": "#121214"
}