Elegant Gentleman Color Palette
Discover the beautiful Elegant Gentleman color palette featuring butterfly bush (#5c4b8b), strikemaster (#a36c9a), eunry (#d7a9a3), zombie (#e3cca1) and husk (#b6b149).
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 Elegant Gentleman palette
💻 Elegant Gentleman color palette CSS
/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #a36c9a;
}
.color-3 {
color: #d7a9a3;
}
.color-4 {
color: #e3cca1;
}
.color-5 {
color: #b6b149;
}
/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #a36c9a;
--color-3: #d7a9a3;
--color-4: #e3cca1;
--color-5: #b6b149;
}
🌈 Elegant Gentleman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #a36c9a, #d7a9a3, #e3cca1, #b6b149);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #a36c9a, #d7a9a3, #e3cca1, #b6b149);
}
🔗 Explore similar color palettes
Elegant Gentleman color palette created on .