Pink Blossom Color Palette
Discover the beautiful Pink Blossom color palette featuring beauty bush (#f0c2d0), kobi (#e5a4b3), charm (#d77f96), mulberry (#c35576) and night shadz (#aa3c60).
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 Pink Blossom palette
💻 Pink Blossom color palette CSS
/* CSS */
.color-1 {
color: #f0c2d0;
}
.color-2 {
color: #e5a4b3;
}
.color-3 {
color: #d77f96;
}
.color-4 {
color: #c35576;
}
.color-5 {
color: #aa3c60;
}
/* CSS Variables */
:root {
--color-1: #f0c2d0;
--color-2: #e5a4b3;
--color-3: #d77f96;
--color-4: #c35576;
--color-5: #aa3c60;
} 🌈 Pink Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c2d0, #e5a4b3, #d77f96, #c35576, #aa3c60);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c2d0, #e5a4b3, #d77f96, #c35576, #aa3c60);
} 🔗 Explore similar color palettes
Pink Blossom color palette created on .