Berry Blossom Harmony Color Palette
Discover the beautiful Berry Blossom Harmony color palette featuring tapestry (#a65e8d), deep blush (#e07b91), illusion (#f6a2b3), cupid (#fbc1d9) and azalea (#f6c5e4).
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 Berry Blossom Harmony palette
💻 Berry Blossom Harmony color palette CSS
/* CSS */
.color-1 {
color: #a65e8d;
}
.color-2 {
color: #e07b91;
}
.color-3 {
color: #f6a2b3;
}
.color-4 {
color: #fbc1d9;
}
.color-5 {
color: #f6c5e4;
}
/* CSS Variables */
:root {
--color-1: #a65e8d;
--color-2: #e07b91;
--color-3: #f6a2b3;
--color-4: #fbc1d9;
--color-5: #f6c5e4;
} 🌈 Berry Blossom Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e8d, #e07b91, #f6a2b3, #fbc1d9, #f6c5e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e8d, #e07b91, #f6a2b3, #fbc1d9, #f6c5e4);
} 🔗 Explore similar color palettes
Berry Blossom Harmony color palette created on .