automotive Color System
Lamborghini's website is a cathedral of darkness — a digital stage where jet-black surfaces stretch ...
Lamborghini's website is a cathedral of darkness — a digital stage where jet-bla...
Lamborghini uses #FFC000 as the primary accent for interactive elements
Carefully selected 8 colors for automotive applications
Uses gradient, monochrome and more
#FFC000
The signature accent color — a warm, saturated amber-gold (rgb 255, 192, 0) used exclusively for primary action buttons ("Discover More", "Tickets", "Start Configuration"). The only chromatic color in the entire interface, it ignites against the black canvas like a headlight cutting through night
#FFFFFF
Primary text color on dark surfaces, logo rendering, nav elements, and light-mode button fills — the voice that speaks from the darkness
#917300
Hover/pressed state for gold buttons — a deep amber (rgb 145, 115, 0) that darkens the gold to signal interaction
#FFCE3E
Slightly lighter gold variant (rgb 255, 206, 62) used for inline text accents and highlighted labels
#29ABE2
Electric blue-cyan (rgb 41, 171, 226) appearing as an informational accent and interactive element highlight
#3860BE
Medium blue (rgb 56, 96, 190) used universally for link hover states across all text colors
#000000
The dominant surface color — used for page background, hero sections, header, footer, and most containers
#202020
Elevated dark surface (rgb 32, 32, 32) — the primary "dark gray" for cards, panels, and text containers sitting above the black canvas
/* Lamborghini Color System */
:root {
--lamborghini-lamborghini-gold: #FFC000;
--lamborghini-pure-white: #FFFFFF;
--lamborghini-dark-gold: #917300;
--lamborghini-gold-text: #FFCE3E;
--lamborghini-cyan-pulse: #29ABE2;
--lamborghini-link-blue: #3860BE;
--lamborghini-absolute-black: #000000;
--lamborghini-charcoal: #202020;
}
/* Example usage */
.lamborghini-button-primary {
background-color: var(--lamborghini-lamborghini-gold);
color: #ffffff;
border: none;
border-radius: 8px;
padding: 8px 15px;
}BMW's website is automotive engineering made visual — a design system that commu...
Ferrari's website is a digital editorial — a curated magazine where the Prancing...
Renault's website is a vibrant digital showroom that balances French automotive ...
Tesla's website is an exercise in radical subtraction — a digital showroom where...