Blush Blossom Color Palette
Discover the beautiful Blush Blossom color palette featuring french rose (#f05c8d), froly (#f77e80), rose bud (#f9a9b1), dairy cream (#f9d2be) and givry (#f8e5bf).
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 Blush Blossom palette
💻 Blush Blossom color palette CSS
/* CSS */
.color-1 {
color: #f05c8d;
}
.color-2 {
color: #f77e80;
}
.color-3 {
color: #f9a9b1;
}
.color-4 {
color: #f9d2be;
}
.color-5 {
color: #f8e5bf;
}
/* CSS Variables */
:root {
--color-1: #f05c8d;
--color-2: #f77e80;
--color-3: #f9a9b1;
--color-4: #f9d2be;
--color-5: #f8e5bf;
} 🌈 Blush Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05c8d, #f77e80, #f9a9b1, #f9d2be, #f8e5bf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05c8d, #f77e80, #f9a9b1, #f9d2be, #f8e5bf);
} 🔗 Explore similar color palettes
Blush Blossom color palette created on .