Orchard Blossom Dreams Color Palette
Discover the beautiful Orchard Blossom Dreams color palette featuring tapestry (#a34d9c), hopbush (#d85f9c), rose bud (#f7a8a1), corvette (#fcd2a1) and golden sand (#f0d16a).
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 Orchard Blossom Dreams palette
💻 Orchard Blossom Dreams color palette CSS
/* CSS */
.color-1 {
color: #a34d9c;
}
.color-2 {
color: #d85f9c;
}
.color-3 {
color: #f7a8a1;
}
.color-4 {
color: #fcd2a1;
}
.color-5 {
color: #f0d16a;
}
/* CSS Variables */
:root {
--color-1: #a34d9c;
--color-2: #d85f9c;
--color-3: #f7a8a1;
--color-4: #fcd2a1;
--color-5: #f0d16a;
} 🌈 Orchard Blossom Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a34d9c, #d85f9c, #f7a8a1, #fcd2a1, #f0d16a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a34d9c, #d85f9c, #f7a8a1, #fcd2a1, #f0d16a);
} 🔗 Explore similar color palettes
Orchard Blossom Dreams color palette created on .