Elegant Gentleman Color Palette
Discover the beautiful Elegant Gentleman color palette featuring selago (#e0edfa), prim (#f1e4ef), vista white (#f9f1f0), bianca (#fbf6ef) and moon glow (#fefbdc).
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: #e0edfa;
}
.color-2 {
color: #f1e4ef;
}
.color-3 {
color: #f9f1f0;
}
.color-4 {
color: #fbf6ef;
}
.color-5 {
color: #fefbdc;
}
/* CSS Variables */
:root {
--color-1: #e0edfa;
--color-2: #f1e4ef;
--color-3: #f9f1f0;
--color-4: #fbf6ef;
--color-5: #fefbdc;
}
🌈 Elegant Gentleman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0edfa, #f1e4ef, #f9f1f0, #fbf6ef, #fefbdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0edfa, #f1e4ef, #f9f1f0, #fbf6ef, #fefbdc);
}
🔗 Explore similar color palettes
Elegant Gentleman color palette created on .