Ivory Black Gold Color Palette
This elegant palette blends classic black and soft ivory with a warm gold accent, evoking luxurious sophistication suitable for a premium airport lounge brand.
Explore the color systemThis elegant palette blends classic black and soft ivory with a warm gold accent, evoking luxurious sophistication suitable for a premium airport lounge brand.
This elegant palette blends classic black and soft ivory with a warm gold accent, evoking luxurious sophistication suitable for a premium airport lounge brand.
Explore the color systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The main colors form an analogous palette of warm neutrals and black, creating a recognizable and refined system perfect for luxury branding.
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 form an analogous palette of warm neutrals and black, creating a recognizable and refined system perfect for luxury branding.
RolesLogo, Link, Btn Primary Bg
Black provides a strong base of timeless sophistication and authority, ideal for a luxury brand's logo and primary interactive elements.
#0000000, 0, 00, 0, 00, 0, 0, 100RolesHeadline
Ivory offers a soft, warm complement that balances black with a sense of calm, refinement, and approachability.
#D2C9BA210, 201, 18638, 21, 780, 4, 11, 18RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text
Warm Gold injects luxury and exclusivity, extending the palette with an inviting richness for secondary buttons and outlines.
#B88A2E184, 138, 4640, 60, 450, 25, 75, 28Support colors extend the palette with muted and balanced earthy tones that reinforce the luxury feel without competing for attention.
RolesIcon, Border, Divider, Outline
Taupe complements Black and Ivory with a neutral warmth that subtly anchors icons, borders, and dividers, maintaining understated elegance.
#A39685163, 150, 13334, 14, 580, 8, 18, 36Utility colors for backgrounds, text, borders, and balance.
RolesBg Light, Btn Primary Text
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0RolesBg Dark
#F8F5F1248, 245, 24134, 33, 960, 1, 3, 3RolesText, Btn Secondary Text
#2B2B2B43, 43, 430, 0, 170, 0, 0, 83Copy 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-black: #000000;
--color-ivory: #D2C9BA;
--color-warm-gold: #B88A2E;
--color-taupe: #A39685;
--color-white: #FFFFFF;
--color-ivory-white: #F8F5F1;
--color-charcoal: #2B2B2B;
}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: #000000;
--role-link: #000000;
--role-btn-primary-bg: #000000;
--role-headline: #D2C9BA;
--role-btn-secondary-bg: #B88A2E;
--role-btn-outlined-border: #B88A2E;
--role-btn-outlined-text: #B88A2E;
--role-icon: #A39685;
--role-border: #A39685;
--role-divider: #A39685;
--role-outline: #A39685;
--role-bg-light: #FFFFFF;
--role-btn-primary-text: #FFFFFF;
--role-bg-dark: #F8F5F1;
--role-text: #2B2B2B;
--role-btn-secondary-text: #2B2B2B;
}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.{
"black": "#000000",
"ivory": "#D2C9BA",
"warm-gold": "#B88A2E",
"taupe": "#A39685",
"white": "#FFFFFF",
"ivory-white": "#F8F5F1",
"charcoal": "#2B2B2B"
}