Minimalistic Monochrome with Beige Color Palette
Discover the beautiful Minimalistic Monochrome with Beige color palette featuring spring wood (#f4f1eb), pearl bush (#e6ded5), sisal (#d9cdbf), soft amber (#d0c2b3) and bison hide (#c5b7a6).
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 Minimalistic Monochrome with Beige palette
💻 Minimalistic Monochrome with Beige color palette CSS
/* CSS */
.color-1 {
color: #f4f1eb;
}
.color-2 {
color: #e6ded5;
}
.color-3 {
color: #d9cdbf;
}
.color-4 {
color: #d0c2b3;
}
.color-5 {
color: #c5b7a6;
}
/* CSS Variables */
:root {
--color-1: #f4f1eb;
--color-2: #e6ded5;
--color-3: #d9cdbf;
--color-4: #d0c2b3;
--color-5: #c5b7a6;
}
🌈 Minimalistic Monochrome with Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f1eb, #e6ded5, #d9cdbf, #d0c2b3, #c5b7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f1eb, #e6ded5, #d9cdbf, #d0c2b3, #c5b7a6);
}
🔗 Explore similar color palettes
Minimalistic Monochrome with Beige color palette created on .