Y2K Blue Color Palette

Discover the beautiful Y2K Blue color palette featuring cerulean (#00bfff), dodger blue (#1f8fff), steel blue (#4682b4), breaker bay (#609d9f) and regent st blue (#add8e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cyberpunk, Retro, Tropical, Vibrant, Y2k, Summer 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 Y2K Blue palette

Share this palette to:

💻 Y2K Blue color palette CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #609d9f;
}
.color-5 {
color: #add8e6;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #1f8fff;
--color-3: #4682b4;
--color-4: #609d9f;
--color-5: #add8e6;
}

🌈 Y2K Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #1f8fff, #4682b4, #609d9f, #add8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #1f8fff, #4682b4, #609d9f, #add8e6);
}

Y2K Blue color palette created on .