Blossom Breeze Color Palette
Discover the beautiful Blossom Breeze color palette featuring white (#ffffff), cupid (#fbc1d7), classic rose (#fbd0e0), yellow green (#cae788) and primrose (#d9f093).
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: #ffffff;
}
.color-2 {
color: #fbc1d7;
}
.color-3 {
color: #fbd0e0;
}
.color-4 {
color: #cae788;
}
.color-5 {
color: #d9f093;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbc1d7;
--color-3: #fbd0e0;
--color-4: #cae788;
--color-5: #d9f093;
} 🌈 Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbc1d7, #fbd0e0, #cae788, #d9f093);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbc1d7, #fbd0e0, #cae788, #d9f093);
} 🔗 Explore similar color palettes
Blossom Breeze color palette created on .