Y2K Vibe Color Palette

Discover the beautiful Y2K Vibe color palette featuring mirage (#1b1e37), victoria (#4d4a8c), wistful (#a4a4d6), mauve (#e1b8ff) and burning orange (#ff7142).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Light, Blue, Purple, Pink, Orange, Bright, Vibrant, Retro, 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 Y2K Vibe palette

Share this palette to:

💻 Y2K Vibe color palette CSS

/* CSS */
.color-1 {
color: #1b1e37;
}
.color-2 {
color: #4d4a8c;
}
.color-3 {
color: #a4a4d6;
}
.color-4 {
color: #e1b8ff;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #1b1e37;
--color-2: #4d4a8c;
--color-3: #a4a4d6;
--color-4: #e1b8ff;
--color-5: #ff7142;
}

🌈 Y2K Vibe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e37, #4d4a8c, #a4a4d6, #e1b8ff, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e37, #4d4a8c, #a4a4d6, #e1b8ff, #ff7142);
}

Y2K Vibe color palette created on .