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