Retro Arcade Tech Color Palette
This palette is inspired by the vibrant, retro arcade style of the logo image, blending bold primary colors with a strong neutral base for contrast and readability.
Explore the color systemThis palette is inspired by the vibrant, retro arcade style of the logo image, blending bold primary colors with a strong neutral base for contrast and readability.
This palette is inspired by the vibrant, retro arcade style of the logo image, blending bold primary colors with a strong neutral base for contrast and readability.
Explore the color systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The main colors use a triadic harmony of blue, yellow, and red, reflecting the playful and energetic vibe of the arcade style while maintaining strong brand recognition.
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 use a triadic harmony of blue, yellow, and red, reflecting the playful and energetic vibe of the arcade style while maintaining strong brand recognition.
RolesLogo, Link, Btn Primary Bg, Headline
Bright Blue conveys energy and technological innovation, making it ideal for logos and primary buttons.
#0057ff0, 87, 255220, 100, 50100, 66, 0, 0RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text
Golden Yellow adds warmth and draws attention to secondary interactive elements without overpowering the primary blue.
#ffd700255, 215, 051, 100, 500, 16, 100, 0Vivid Red injects excitement and balances the palette by emphasizing key secondary text areas.
#ff3c00255, 60, 014, 100, 500, 76, 100, 0Support colors provide cool accents that complement the triadic main colors by adding subtle depth and tonal contrast.
RolesIcon, Border, Divider, Outline
Deep Sky Blue offers a cooler, more subdued note that balances the brightness of the main blue and maintains cohesion in UI elements.
#0077cc0, 119, 204205, 100, 40100, 42, 0, 20Orange extends the warm side of the palette by softly accentuating the secondary yellow and red tones, perfect for subtle UI borders and icons.
#ffa500255, 165, 039, 100, 500, 35, 100, 0Utility colors for backgrounds, text, borders, and balance.
RolesBg Light, Btn Primary Text
#ffffff255, 255, 2550, 0, 1000, 0, 0, 0RolesBg Dark
#f5f5f5245, 245, 2450, 0, 960, 0, 0, 4RolesText, Btn Secondary Text
#1a1a1a26, 26, 260, 0, 100, 0, 0, 90Copy 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-bright-blue: #0057ff;
--color-golden-yellow: #ffd700;
--color-vivid-red: #ff3c00;
--color-deep-sky-blue: #0077cc;
--color-orange: #ffa500;
--color-pure-white: #ffffff;
--color-off-white: #f5f5f5;
--color-charcoal-black: #1a1a1a;
}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: #0057ff;
--role-link: #0057ff;
--role-btn-primary-bg: #0057ff;
--role-headline: #0057ff;
--role-btn-secondary-bg: #ffd700;
--role-btn-outlined-border: #ffd700;
--role-btn-outlined-text: #ffd700;
--role-icon: #0077cc;
--role-border: #0077cc;
--role-divider: #0077cc;
--role-outline: #0077cc;
--role-bg-light: #ffffff;
--role-btn-primary-text: #ffffff;
--role-bg-dark: #f5f5f5;
--role-text: #1a1a1a;
--role-btn-secondary-text: #1a1a1a;
}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.{
"bright-blue": "#0057ff",
"golden-yellow": "#ffd700",
"vivid-red": "#ff3c00",
"deep-sky-blue": "#0077cc",
"orange": "#ffa500",
"pure-white": "#ffffff",
"off-white": "#f5f5f5",
"charcoal-black": "#1a1a1a"
}