Elegant Grayscale Color Palette
Discover the beautiful Elegant Grayscale color palette featuring swiss coffee (#e3d8d8), silver rust (#cec5c5), dusty gray (#9d9595), boulder (#7b7474) and tundora (#4a4545).
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 Grayscale palette
💻 Elegant Grayscale color palette CSS
/* CSS */
.color-1 {
color: #e3d8d8;
}
.color-2 {
color: #cec5c5;
}
.color-3 {
color: #9d9595;
}
.color-4 {
color: #7b7474;
}
.color-5 {
color: #4a4545;
}
/* CSS Variables */
:root {
--color-1: #e3d8d8;
--color-2: #cec5c5;
--color-3: #9d9595;
--color-4: #7b7474;
--color-5: #4a4545;
} 🌈 Elegant Grayscale background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d8d8, #cec5c5, #9d9595, #7b7474, #4a4545);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d8d8, #cec5c5, #9d9595, #7b7474, #4a4545);
} 🔗 Explore similar color palettes
Elegant Grayscale color palette created on .