Minimalist Aesthetic Color Palette
Discover the beautiful Minimalist Aesthetic color palette featuring albescent white (#f5e5d1), bone (#e1c6b7), thatch (#c4a7a1), bouquet (#a78b9d) and rum (#7b698c).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Aesthetic, Beige, Pink, Soft, Neutral 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 Minimalist Aesthetic palette
💻 Minimalist Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #f5e5d1;
}
.color-2 {
color: #e1c6b7;
}
.color-3 {
color: #c4a7a1;
}
.color-4 {
color: #a78b9d;
}
.color-5 {
color: #7b698c;
}
/* CSS Variables */
:root {
--color-1: #f5e5d1;
--color-2: #e1c6b7;
--color-3: #c4a7a1;
--color-4: #a78b9d;
--color-5: #7b698c;
}
🌈 Minimalist Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5d1, #e1c6b7, #c4a7a1, #a78b9d, #7b698c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5d1, #e1c6b7, #c4a7a1, #a78b9d, #7b698c);
}
🔗 Explore similar color palettes
Minimalist Aesthetic color palette created on .