Y2K Vibe Color Palette

Discover the beautiful Y2K Vibe color palette featuring eminence (#5b2f8e), tapestry (#a5508d), sandy brown (#f3a859), golden sand (#f1d86a) and shamrock (#40d4aa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Pink, Purple, Retro, Spring, Vibrant, Y2k, Yellow 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: #5b2f8e;
}
.color-2 {
color: #a5508d;
}
.color-3 {
color: #f3a859;
}
.color-4 {
color: #f1d86a;
}
.color-5 {
color: #40d4aa;
}

/* CSS Variables */
:root {
--color-1: #5b2f8e;
--color-2: #a5508d;
--color-3: #f3a859;
--color-4: #f1d86a;
--color-5: #40d4aa;
}

🌈 Y2K Vibe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f8e, #a5508d, #f3a859, #f1d86a, #40d4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f8e, #a5508d, #f3a859, #f1d86a, #40d4aa);
}

Y2K Vibe color palette created on .