Discover the beautiful Purple Dragon color palette featuring butterfly bush (#6a4c94), wisteria (#a170bd), light wisteria (#d8a6e3), chantilly (#f4b8e3) and bittersweet (#ff6e61).
Purple Dragon Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Purple Dragon palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Purple Dragon palette
💻 Purple Dragon color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #a170bd;
}
.color-3 {
color: #d8a6e3;
}
.color-4 {
color: #f4b8e3;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a170bd;
--color-3: #d8a6e3;
--color-4: #f4b8e3;
--color-5: #ff6e61;
}
🌈 Purple Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a170bd, #d8a6e3, #f4b8e3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a170bd, #d8a6e3, #f4b8e3, #ff6e61);
}
🔗 Explore similar color palettes
Purple Dragon color palette created on .