Blossom Breeze Color Palette
Discover the beautiful Blossom Breeze color palette featuring lavender blush (#ffebee), pastel pink (#ffd1dc), white (#ffffff), we peep (#efc2e6) and shilo (#e2a7b8).
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 Blossom Breeze palette
💻 Blossom Breeze color palette CSS
/* CSS */
.color-1 {
color: #ffebee;
}
.color-2 {
color: #ffd1dc;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #efc2e6;
}
.color-5 {
color: #e2a7b8;
}
/* CSS Variables */
:root {
--color-1: #ffebee;
--color-2: #ffd1dc;
--color-3: #ffffff;
--color-4: #efc2e6;
--color-5: #e2a7b8;
} 🌈 Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebee, #ffd1dc, #ffffff, #efc2e6, #e2a7b8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebee, #ffd1dc, #ffffff, #efc2e6, #e2a7b8);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Blossom Breeze color palette created on .