Windows 95 Color Palette

Discover the beautiful Windows 95 color palette featuring science blue (#0076d6), cerulean (#00a5e0), polo blue (#799bcd), cornflower (#9acaef) and onahau (#d1e7ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Azure, Cyan, Computer, Retro, Bright, 90s color palettes and combinations.

💡 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

Share this palette to:

💻 Windows 95 color palette CSS

/* CSS */
.color-1 {
color: #0076d6;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #799bcd;
}
.color-4 {
color: #9acaef;
}
.color-5 {
color: #d1e7ff;
}

/* CSS Variables */
:root {
--color-1: #0076d6;
--color-2: #00a5e0;
--color-3: #799bcd;
--color-4: #9acaef;
--color-5: #d1e7ff;
}

🌈 Windows 95 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0076d6, #00a5e0, #799bcd, #9acaef, #d1e7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0076d6, #00a5e0, #799bcd, #9acaef, #d1e7ff);
}

Windows 95 color palette created on .