Purple Haze Color Palette

Discover the beautiful Purple Haze color palette featuring mardi gras (#360041), ripe plum (#5e0064), razzmatazz (#d5006a), grenadier (#df4200) and mango tango (#d57700).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Burgundy, Deep, High Contrast, Magenta, Modern, Orange, Summer, Vibrant, 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 Purple Haze palette

Share this palette to:

💻 Purple Haze color palette CSS

/* CSS */
.color-1 {
color: #360041;
}
.color-2 {
color: #5e0064;
}
.color-3 {
color: #d5006a;
}
.color-4 {
color: #df4200;
}
.color-5 {
color: #d57700;
}

/* CSS Variables */
:root {
--color-1: #360041;
--color-2: #5e0064;
--color-3: #d5006a;
--color-4: #df4200;
--color-5: #d57700;
}

🌈 Purple Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #360041, #5e0064, #d5006a, #df4200, #d57700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #360041, #5e0064, #d5006a, #df4200, #d57700);
}

Purple Haze color palette created on .