Dark Purple Color Palette
Discover the beautiful Dark Purple color palette featuring martinique (#2f2b50), east bay (#4c3e70), deluge (#705c9d), amethyst smoke (#a89bc0) and french lilac (#e3c8ea).
Brightness
Saturation
Warmth
💡 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
💻 Dark Purple color palette CSS
/* CSS */
.color-1 {
color: #2f2b50;
}
.color-2 {
color: #4c3e70;
}
.color-3 {
color: #705c9d;
}
.color-4 {
color: #a89bc0;
}
.color-5 {
color: #e3c8ea;
}
/* CSS Variables */
:root {
--color-1: #2f2b50;
--color-2: #4c3e70;
--color-3: #705c9d;
--color-4: #a89bc0;
--color-5: #e3c8ea;
} 🌈 Dark Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f2b50, #4c3e70, #705c9d, #a89bc0, #e3c8ea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f2b50, #4c3e70, #705c9d, #a89bc0, #e3c8ea);
} 🔗 Explore similar color palettes
Dark Purple color palette created on .