Windows XP Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Windows XP palette
Windows XP color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #4ebbda;
}
.color-3 {
color: #7de3e0;
}
.color-4 {
color: #a1f7e6;
}
.color-5 {
color: #c2ffe1;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #4ebbda;
--color-3: #7de3e0;
--color-4: #a1f7e6;
--color-5: #c2ffe1;
}
Windows XP background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #4ebbda, #7de3e0, #a1f7e6, #c2ffe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #4ebbda, #7de3e0, #a1f7e6, #c2ffe1);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Windows XP color palette created on .