Y2K Dreams Color Palette

Discover the beautiful Y2K Dreams color palette featuring cherry pie (#190651), jacksons purple (#2f199f), cerulean blue (#3f3fd5), heliotrope (#9e7aff) and mauve (#d2a8ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Indigo, Blue, Purple, Lilac, Violet, Soft, Modern, Elegant, Warm 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 Dreams palette

Share this palette to:

💻 Y2K Dreams color palette CSS

/* CSS */
.color-1 {
color: #190651;
}
.color-2 {
color: #2f199f;
}
.color-3 {
color: #3f3fd5;
}
.color-4 {
color: #9e7aff;
}
.color-5 {
color: #d2a8ff;
}

/* CSS Variables */
:root {
--color-1: #190651;
--color-2: #2f199f;
--color-3: #3f3fd5;
--color-4: #9e7aff;
--color-5: #d2a8ff;
}

🌈 Y2K Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #190651, #2f199f, #3f3fd5, #9e7aff, #d2a8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #190651, #2f199f, #3f3fd5, #9e7aff, #d2a8ff);
}

Y2K Dreams color palette created on .