Shades of Beige Color Palette
Discover the beautiful Shades of Beige color palette featuring alto (#d1d1d1), marzipan (#f8e5a0), brandy (#e0c59e), whiskey (#d8a96e) and muddy waters (#b78d5c).
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 Shades of Beige palette
💻 Shades of Beige color palette CSS
/* CSS */
.color-1 {
color: #d1d1d1;
}
.color-2 {
color: #f8e5a0;
}
.color-3 {
color: #e0c59e;
}
.color-4 {
color: #d8a96e;
}
.color-5 {
color: #b78d5c;
}
/* CSS Variables */
:root {
--color-1: #d1d1d1;
--color-2: #f8e5a0;
--color-3: #e0c59e;
--color-4: #d8a96e;
--color-5: #b78d5c;
} 🌈 Shades of Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d1d1, #f8e5a0, #e0c59e, #d8a96e, #b78d5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d1d1, #f8e5a0, #e0c59e, #d8a96e, #b78d5c);
} 🔗 Explore similar color palettes
Shades of Beige color palette created on .