Y2K Pastel Color Palette

Discover the beautiful Y2K Pastel color palette featuring light wisteria (#d6b0e3), illusion (#f1a7c8), fringy flower (#b2e0d1), regent st blue (#a3c3e0) and sahara sand (#f6e788).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Green, Pastel, Pink, Soft, 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 Pastel palette

Share this palette to:

💻 Y2K Pastel color palette CSS

/* CSS */
.color-1 {
color: #d6b0e3;
}
.color-2 {
color: #f1a7c8;
}
.color-3 {
color: #b2e0d1;
}
.color-4 {
color: #a3c3e0;
}
.color-5 {
color: #f6e788;
}

/* CSS Variables */
:root {
--color-1: #d6b0e3;
--color-2: #f1a7c8;
--color-3: #b2e0d1;
--color-4: #a3c3e0;
--color-5: #f6e788;
}

🌈 Y2K Pastel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b0e3, #f1a7c8, #b2e0d1, #a3c3e0, #f6e788);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b0e3, #f1a7c8, #b2e0d1, #a3c3e0, #f6e788);
}

Y2K Pastel color palette created on .