Chic Minimalism Color Palette
Discover the beautiful Chic Minimalism color palette featuring rose bud (#f9aeae), corvette (#f9d09f), sidecar (#f2e5b5), morning glory (#a3d8e1) and regent st blue (#a4c3e0).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withSoft, Bright, Aesthetic, Pastel, Light Summer 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 Chic Minimalism palette
💻 Chic Minimalism color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f9d09f;
}
.color-3 {
color: #f2e5b5;
}
.color-4 {
color: #a3d8e1;
}
.color-5 {
color: #a4c3e0;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f9d09f;
--color-3: #f2e5b5;
--color-4: #a3d8e1;
--color-5: #a4c3e0;
}
🌈 Chic Minimalism background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f9d09f, #f2e5b5, #a3d8e1, #a4c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f9d09f, #f2e5b5, #a3d8e1, #a4c3e0);
}
🔗 Explore similar color palettes
Chic Minimalism color palette created on .