Dark Purple Fusion Color Palette
Discover the beautiful Dark Purple Fusion color palette featuring valhalla (#1f194d), vivid violet (#6f3a92), tapestry (#a24e90), burnt sienna (#e97e5d) and tacao (#f0c17a).
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 Fusion palette
💻 Dark Purple Fusion color palette CSS
/* CSS */
.color-1 {
color: #1f194d;
}
.color-2 {
color: #6f3a92;
}
.color-3 {
color: #a24e90;
}
.color-4 {
color: #e97e5d;
}
.color-5 {
color: #f0c17a;
}
/* CSS Variables */
:root {
--color-1: #1f194d;
--color-2: #6f3a92;
--color-3: #a24e90;
--color-4: #e97e5d;
--color-5: #f0c17a;
} 🌈 Dark Purple Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f194d, #6f3a92, #a24e90, #e97e5d, #f0c17a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f194d, #6f3a92, #a24e90, #e97e5d, #f0c17a);
} 🔗 Explore similar color palettes
Dark Purple Fusion color palette created on .