Dramatic Purple Color Palette
Discover the beautiful Dramatic Purple color palette featuring mirage (#1d1e3a), bossanova (#5e2f65), tapestry (#994d8b), brandy punch (#d48e25) and sun (#f9a91f).
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 Dramatic Purple palette
💻 Dramatic Purple color palette CSS
/* CSS */
.color-1 {
color: #1d1e3a;
}
.color-2 {
color: #5e2f65;
}
.color-3 {
color: #994d8b;
}
.color-4 {
color: #d48e25;
}
.color-5 {
color: #f9a91f;
}
/* CSS Variables */
:root {
--color-1: #1d1e3a;
--color-2: #5e2f65;
--color-3: #994d8b;
--color-4: #d48e25;
--color-5: #f9a91f;
} 🌈 Dramatic Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e3a, #5e2f65, #994d8b, #d48e25, #f9a91f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e3a, #5e2f65, #994d8b, #d48e25, #f9a91f);
} 🔗 Explore similar color palettes
Dramatic Purple color palette created on .