Elegant Grey Color Palette
Discover the beautiful Elegant Grey color palette featuring silver chalice (#a1a1a1), silver chalice (#b0b0b0), silver (#bfbfbf), alto (#d1d1d1) and alto (#e0e0e0).
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 Grey palette
💻 Elegant Grey color palette CSS
/* CSS */
.color-1 {
color: #a1a1a1;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #bfbfbf;
}
.color-4 {
color: #d1d1d1;
}
.color-5 {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--color-1: #a1a1a1;
--color-2: #b0b0b0;
--color-3: #bfbfbf;
--color-4: #d1d1d1;
--color-5: #e0e0e0;
} 🌈 Elegant Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1a1a1, #b0b0b0, #bfbfbf, #d1d1d1, #e0e0e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1a1a1, #b0b0b0, #bfbfbf, #d1d1d1, #e0e0e0);
} 🔗 Explore similar color palettes
Elegant Grey color palette created on .