Beige Minimalist Color Palette
Discover the beautiful Beige Minimalist color palette featuring soft peach (#f6efef), beryl green (#dcdab2), satin linen (#ecebdf), taupe gray (#b4b09d) and black (#000000).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withSoft, Cream, Beige, Black, Elegant, Minimalist, Warm, Neutral, Earthy 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 Beige Minimalist palette
💻 Beige Minimalist color palette CSS
/* CSS */
.color-1 {
color: #f6efef;
}
.color-2 {
color: #dcdab2;
}
.color-3 {
color: #ecebdf;
}
.color-4 {
color: #b4b09d;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #f6efef;
--color-2: #dcdab2;
--color-3: #ecebdf;
--color-4: #b4b09d;
--color-5: #000000;
}
🌈 Beige Minimalist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6efef, #dcdab2, #ecebdf, #b4b09d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6efef, #dcdab2, #ecebdf, #b4b09d, #000000);
}
🔗 Explore similar color palettes
Beige Minimalist color palette created on .