Dark Purple Color Palette

Discover the beautiful Dark Purple color palette featuring dune (#2d2b2a), butterfly bush (#5e4b8b), mamba (#8d7c9c), mongoose (#b59b82) and cavern pink (#e4b4c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Purple, Vintage, Autumn 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: #2d2b2a;
}
.color-2 {
color: #5e4b8b;
}
.color-3 {
color: #8d7c9c;
}
.color-4 {
color: #b59b82;
}
.color-5 {
color: #e4b4c3;
}

/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #5e4b8b;
--color-3: #8d7c9c;
--color-4: #b59b82;
--color-5: #e4b4c3;
}

🌈 Dark Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #5e4b8b, #8d7c9c, #b59b82, #e4b4c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #5e4b8b, #8d7c9c, #b59b82, #e4b4c3);
}

Dark Purple color palette created on .