Berry Blossom Dream Color Palette
Discover the beautiful Berry Blossom Dream color palette featuring tapestry (#a34d8c), tonys pink (#e88d8d), casablanca (#f8b249), maize (#f6d5a7) and prelude (#d9c3e9).
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 Dream palette
💻 Berry Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #a34d8c;
}
.color-2 {
color: #e88d8d;
}
.color-3 {
color: #f8b249;
}
.color-4 {
color: #f6d5a7;
}
.color-5 {
color: #d9c3e9;
}
/* CSS Variables */
:root {
--color-1: #a34d8c;
--color-2: #e88d8d;
--color-3: #f8b249;
--color-4: #f6d5a7;
--color-5: #d9c3e9;
} 🌈 Berry Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a34d8c, #e88d8d, #f8b249, #f6d5a7, #d9c3e9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a34d8c, #e88d8d, #f8b249, #f6d5a7, #d9c3e9);
} 🔗 Explore similar color palettes
Berry Blossom Dream color palette created on .