Shades of White Color Palette
Discover the beautiful Shades of White color palette featuring wild sand (#f7f7f7), mercury (#e3e3e3), alto (#d1d1d1), nobel (#b3b3b3) and silver chalice (#9e9e9e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Gray, Light, Minimalist, Modern, Neutral, Soft, White color palettes and combinations.
💡 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 Shades of White palette
💻 Shades of White color palette CSS
/* CSS */
.color-1 {
color: #f7f7f7;
}
.color-2 {
color: #e3e3e3;
}
.color-3 {
color: #d1d1d1;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #9e9e9e;
}
/* CSS Variables */
:root {
--color-1: #f7f7f7;
--color-2: #e3e3e3;
--color-3: #d1d1d1;
--color-4: #b3b3b3;
--color-5: #9e9e9e;
} 🌈 Shades of White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f7f7, #e3e3e3, #d1d1d1, #b3b3b3, #9e9e9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f7f7, #e3e3e3, #d1d1d1, #b3b3b3, #9e9e9e);
} 🔗 Explore similar color palettes
Shades of White color palette created on .