Classy Villain Color Palette
Discover the beautiful Classy Villain color palette featuring butterfly bush (#5d4e8d), trendy pink (#8a6a9a), london hue (#b49cc4), light wisteria (#d1a6e2) and azalea (#f5c7e3).
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 Classy Villain palette
💻 Classy Villain color palette CSS
/* CSS */
.color-1 {
color: #5d4e8d;
}
.color-2 {
color: #8a6a9a;
}
.color-3 {
color: #b49cc4;
}
.color-4 {
color: #d1a6e2;
}
.color-5 {
color: #f5c7e3;
}
/* CSS Variables */
:root {
--color-1: #5d4e8d;
--color-2: #8a6a9a;
--color-3: #b49cc4;
--color-4: #d1a6e2;
--color-5: #f5c7e3;
}
🌈 Classy Villain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4e8d, #8a6a9a, #b49cc4, #d1a6e2, #f5c7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4e8d, #8a6a9a, #b49cc4, #d1a6e2, #f5c7e3);
}
🔗 Explore similar color palettes
Classy Villain color palette created on .