Bella Color Palette
Discover the beautiful Bella color palette featuring cinderella (#fee4e5), peach schnapps (#fed1ce), rose bud (#fcb6b0), rose bud (#faa59a) and mauvelous (#f28f9f).
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 Bella palette
💻 Bella color palette CSS
/* CSS */
.color-1 {
color: #fee4e5;
}
.color-2 {
color: #fed1ce;
}
.color-3 {
color: #fcb6b0;
}
.color-4 {
color: #faa59a;
}
.color-5 {
color: #f28f9f;
}
/* CSS Variables */
:root {
--color-1: #fee4e5;
--color-2: #fed1ce;
--color-3: #fcb6b0;
--color-4: #faa59a;
--color-5: #f28f9f;
} 🌈 Bella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee4e5, #fed1ce, #fcb6b0, #faa59a, #f28f9f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee4e5, #fed1ce, #fcb6b0, #faa59a, #f28f9f);
} 🔗 Explore similar color palettes
Bella color palette created on .