Dark Y2K Color Palette

Discover the beautiful Dark Y2K color palette featuring meteorite (#3c1a6b), eminence (#712f92), wisteria (#a059ab), light orchid (#e0a3d4) and tickle me pink (#ff7092).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Y2k, Violet, Purple, Pink, Bright, Modern, Retro, Fun, High Contrast 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 Dark Y2K palette

Share this palette to:

💻 Dark Y2K color palette CSS

/* CSS */
.color-1 {
color: #3c1a6b;
}
.color-2 {
color: #712f92;
}
.color-3 {
color: #a059ab;
}
.color-4 {
color: #e0a3d4;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #3c1a6b;
--color-2: #712f92;
--color-3: #a059ab;
--color-4: #e0a3d4;
--color-5: #ff7092;
}

🌈 Dark Y2K background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1a6b, #712f92, #a059ab, #e0a3d4, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1a6b, #712f92, #a059ab, #e0a3d4, #ff7092);
}

Dark Y2K color palette created on .