Dark Purple Magic Color Palette

Discover the beautiful Dark Purple Magic color palette featuring grape (#3d1b50), jacarta (#4a2c6d), affair (#6c4b8b), strikemaster (#9d6c8a) and light wisteria (#bf9ee0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Purple, Aesthetic, Deep, Magenta 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 Magic palette

Share this palette to:

💻 Dark Purple Magic color palette CSS

/* CSS */
.color-1 {
color: #3d1b50;
}
.color-2 {
color: #4a2c6d;
}
.color-3 {
color: #6c4b8b;
}
.color-4 {
color: #9d6c8a;
}
.color-5 {
color: #bf9ee0;
}

/* CSS Variables */
:root {
--color-1: #3d1b50;
--color-2: #4a2c6d;
--color-3: #6c4b8b;
--color-4: #9d6c8a;
--color-5: #bf9ee0;
}

🌈 Dark Purple Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1b50, #4a2c6d, #6c4b8b, #9d6c8a, #bf9ee0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1b50, #4a2c6d, #6c4b8b, #9d6c8a, #bf9ee0);
}

Dark Purple Magic color palette created on .