enterprise Color System
NVIDIA's website is a high-contrast, technology-forward experience that communicates raw computation...
NVIDIA's website is a high-contrast, technology-forward experience that communic...
Nvidia uses #76b900 as the primary accent for interactive elements
Carefully selected 8 colors for enterprise applications
Uses gradient, depth system
#76b900
The signature -- borders, link underlines, CTA outlines, active indicators. Never used as large surface fills.
#000000
Primary page background, text on light surfaces, dominant tone.
#ffffff
Text on dark backgrounds, light section backgrounds, card surfaces.
#bff230
Bright lime accent for highlights and hover states.
#df6500
Warm accent for alerts, featured badges, or energy-related contexts.
#ef9100
Secondary warm accent, product category highlights.
#feeeb2
Light warm surface for callout backgrounds.
#e52020
Error states, destructive actions, critical alerts.
/* Nvidia Color System */
:root {
--nvidia-nvidia-green: #76b900;
--nvidia-true-black: #000000;
--nvidia-pure-white: #ffffff;
--nvidia-nvidia-green-light: #bff230;
--nvidia-orange-400: #df6500;
--nvidia-yellow-300: #ef9100;
--nvidia-yellow-050: #feeeb2;
--nvidia-red-500: #e52020;
}
/* Example usage */
.nvidia-button-primary {
background-color: var(--nvidia-nvidia-green);
color: #ffffff;
border: none;
border-radius: 8px;
padding: 8px 15px;
}Airbnb's website is a warm, photography-forward marketplace that feels like flip...
Apple's website is a masterclass in controlled drama — vast expanses of pure bla...
IBM's website is the digital embodiment of enterprise authority built on the Car...
SpaceX's website is a full-screen cinematic experience that treats aerospace eng...