Purple Haze Color Palette

Discover the beautiful Purple Haze color palette featuring affair (#7e4c90), wisteria (#9a69bf), light wisteria (#d5a6e7), golden sand (#f5d47f) and bittersweet (#ff6161).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Aesthetic, Bright, Purple, Red 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 Haze palette

Share this palette to:

💻 Purple Haze color palette CSS

/* CSS */
.color-1 {
color: #7e4c90;
}
.color-2 {
color: #9a69bf;
}
.color-3 {
color: #d5a6e7;
}
.color-4 {
color: #f5d47f;
}
.color-5 {
color: #ff6161;
}

/* CSS Variables */
:root {
--color-1: #7e4c90;
--color-2: #9a69bf;
--color-3: #d5a6e7;
--color-4: #f5d47f;
--color-5: #ff6161;
}

🌈 Purple Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4c90, #9a69bf, #d5a6e7, #f5d47f, #ff6161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4c90, #9a69bf, #d5a6e7, #f5d47f, #ff6161);
}

Purple Haze color palette created on .