Dark Purple Color Palette

Discover the beautiful Dark Purple color palette featuring mulled wine (#4c3d6c), scampi (#6f5b9a), east side (#a37dca), prelude (#d3b2e1) and melanie (#e8c9e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Bright, Deep, Modern, Elegant, Soft, Spring, Light Winter, Vibrant 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 Dark Purple palette

Share this palette to:

💻 Dark Purple color palette CSS

/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #6f5b9a;
}
.color-3 {
color: #a37dca;
}
.color-4 {
color: #d3b2e1;
}
.color-5 {
color: #e8c9e8;
}

/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #6f5b9a;
--color-3: #a37dca;
--color-4: #d3b2e1;
--color-5: #e8c9e8;
}

🌈 Dark Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #6f5b9a, #a37dca, #d3b2e1, #e8c9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #6f5b9a, #a37dca, #d3b2e1, #e8c9e8);
}

Dark Purple color palette created on .