Purple Dreams Color Palette

Discover the beautiful Purple Dreams color palette featuring electric violet (#9900e0), azalea (#f6c1d4), lavender (#d45dda), illusion (#f5a3e0) and amethyst (#c63cc8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Purple, Vibrant, Bright 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 Purple Dreams palette

Share this palette to:

💻 Purple Dreams color palette CSS

/* CSS */
.color-1 {
color: #9900e0;
}
.color-2 {
color: #f6c1d4;
}
.color-3 {
color: #d45dda;
}
.color-4 {
color: #f5a3e0;
}
.color-5 {
color: #c63cc8;
}

/* CSS Variables */
:root {
--color-1: #9900e0;
--color-2: #f6c1d4;
--color-3: #d45dda;
--color-4: #f5a3e0;
--color-5: #c63cc8;
}

🌈 Purple Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9900e0, #f6c1d4, #d45dda, #f5a3e0, #c63cc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9900e0, #f6c1d4, #d45dda, #f5a3e0, #c63cc8);
}

Purple Dreams color palette created on .