Windows 95 Color Palette
Discover the beautiful Windows 95 color palette featuring lochmara (#0084c2), cerulean (#00a5e0), picton blue (#47c6f0), blizzard blue (#a0d8e9) and alice blue (#f0f8ff).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Windows 95 palette
💻 Windows 95 color palette CSS
/* CSS */
.color-1 {
color: #0084c2;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #47c6f0;
}
.color-4 {
color: #a0d8e9;
}
.color-5 {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--color-1: #0084c2;
--color-2: #00a5e0;
--color-3: #47c6f0;
--color-4: #a0d8e9;
--color-5: #f0f8ff;
} 🌈 Windows 95 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0084c2, #00a5e0, #47c6f0, #a0d8e9, #f0f8ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0084c2, #00a5e0, #47c6f0, #a0d8e9, #f0f8ff);
} 🔗 Explore similar color palettes
Windows 95 color palette created on .