Every color in the Windows XP Portfolio traces back to one of two visual traditions: the cobalt-blue Luna theme of Windows XP (title bars, taskbar, Start button) and the aquatic teal palette of Apple’s Aqua / Frutiger Aero aesthetic (the sky-to-teal background, gel buttons, and frosted panels). The tokens below capture all named colors found inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/windows-xp-developer/llms.txt
Use this file to discover all available pages before exploring further.
assets/main.css along with the key gradient recipes that combine them.
Brand color tokens
| Token | Hex | Usage |
|---|---|---|
| XP Blue | #245edb | Taskbar, Start button, primary actions |
| XP Sky Light | #3a93ff | Taskbar gradient midpoint |
| XP Dark Navy | #0d3270 | Taskbar gradient base, borders |
| Aqua Teal | #14b8a6 | Button gradient, icon accents |
| Aqua Teal Light | #2dd4bf | Button hover, badge highlights |
| Frutiger Sky | #7fd9ff | Background gradient top |
| Frutiger Teal | #1de9b6 | Background gradient bottom |
| Glass White | rgba(255,255,255,0.302) | Panel backgrounds (#ffffff4d) |
| Glass Border | rgba(255,255,255,0.502) | Panel borders (#ffffff80) |
Key gradients
Frutiger background
Applied by thefrutiger-bg class. A fixed vertical sweep from sky blue to neon teal that covers the entire viewport and never scrolls.
XP Taskbar
The three-stop gradient used for the bottom taskbar — descends from XP Blue through a lighter mid-blue and back down.XP Title bar
Applied by thexp-titlebar class. A five-stop gradient that reproduces the subtle banding of the original Luna theme chrome.
Aqua Button
Applied by theaqua-button-base class. A four-stop vertical gradient that creates the illusion of a convex gel surface — bright white highlight at the top, transparent mid-section, teal shine, and solid teal base.
Start button
The green three-stop gradient used for the XP Start button — matches the original Luna green pill shape.Using colors in Tailwind
The project uses Tailwind’s arbitrary value syntax wherever an exact brand color is needed that falls outside Tailwind’s default palette. Common patterns:teal-400 = #2dd4bf, teal-500 = #14b8a6) map cleanly onto the Aqua palette and are preferred over arbitrary values when an exact match exists.