Sweetie Belle Color Palette
Discover the beautiful Sweetie Belle color palette featuring wewak (#f2a1c0), wewak (#f2a6be), azalea (#f2b5d4), kobi (#eba8d1) and can can (#d189b9).
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 Sweetie Belle palette
💻 Sweetie Belle color palette CSS
/* CSS */
.color-1 {
color: #f2a1c0;
}
.color-2 {
color: #f2a6be;
}
.color-3 {
color: #f2b5d4;
}
.color-4 {
color: #eba8d1;
}
.color-5 {
color: #d189b9;
}
/* CSS Variables */
:root {
--color-1: #f2a1c0;
--color-2: #f2a6be;
--color-3: #f2b5d4;
--color-4: #eba8d1;
--color-5: #d189b9;
} 🌈 Sweetie Belle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c0, #f2a6be, #f2b5d4, #eba8d1, #d189b9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c0, #f2a6be, #f2b5d4, #eba8d1, #d189b9);
} 🔗 Explore similar color palettes
Sweetie Belle color palette created on .